-
How do I run commands with that thing? I run ~/.cargo/bin/anyrun --plugins libshell.so but even if I supply absolute path, Enter does nothing. In the same time the information for shell.ron in the readme is insufficient. What is this prefix :sh? What is the shell entry for? |
Beta Was this translation helpful? Give feedback.
Answered by
Kirottu
Mar 2, 2025
Replies: 1 comment 4 replies
-
The prefix is what you start the entry with, as in if you wanted to run something with a shell you'd do |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
logrusx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The prefix is what you start the entry with, as in if you wanted to run something with a shell you'd do
:sh <command>
.