kotlin-script-examples icon indicating copy to clipboard operation
kotlin-script-examples copied to clipboard

Some main.kts examples

Open yschimke opened this issue 4 years ago • 0 comments

If you know good examples of the Kotlin scripting API usage, not mentioned here, please submit an issue or a pull request with the link and short description.

Same examples

Rsocket proxy https://github.com/yschimke/okurl-scripts/blob/master/commands/rsocketTcpProxy.main.kts

Fetch mp3s and download example https://github.com/yschimke/okurl-scripts/blob/master/commands/showList.main.kts

Some requiring external configuration (a token stored by https://github.com/yschimke/okurl/)

A github graphql example https://github.com/yschimke/okurl-scripts/blob/master/commands/github-pull-requests.main.kts gmail https://github.com/yschimke/okurl-scripts/blob/master/commands/gmail-inbox.main.kts

yschimke avatar Dec 17 '20 22:12 yschimke