Add ~/.kenv/bin to $PATH #528
johnlindquist
announced in
Docs
Replies: 2 comments 3 replies
|
is there any way to pass inputs into these commands immediately when calling them instead of waiting for the prompt? (Like with kar... but kar isn't working on my Windows machine). |
2 replies
|
Update for this old post: |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Add ~/.kenv/bin to $PATH
Each time you create a script, Script Kit also generates a command based on the name you can run from the terminal.
If you create a script named
list-downloads, then Script Kit creates a~/.kenv/bin/list-downloadsexecutable.Then you can run the command like so in the terminal:
~/.kenv/bin/list-downloadsThis will walk you through running the command without the full path:
All reactions