ktx icon indicating copy to clipboard operation
ktx copied to clipboard

npx for kotlin and the JVM! Install and execute jars or kotlin scripts just like any other command line utility.

Results 3 ktx issues
Sort by recently updated
recently updated
newest added

- Gradle config cleanup - Dependency updates - New `link` command

I am trying to replace `kscript` with `ktx` here https://github.com/py2many/py2many/blob/main/tests/test_cli.py#L59 To do that, `ktx` needs to be able to run files like https://github.com/py2many/py2many/blob/main/tests/expected/coverage.kt , and https://github.com/py2many/py2many/blob/main/tests/expected/sys_argv.kt , and capture their...

I installed my script with ``` > ktx install https://raw.githubusercontent.com/krzema12/PersonalConfigs/master/scripts/removeLocalMergedBranches.main.kts --alias=remove-merged-branches ``` but I guess ktx just fetches it once and doesn't check for changes, right? I thought ktx can...

enhancement