Is there *any* way to let a shell script called in Helix know what the language is? #6396
Unanswered
David-Else
asked this question in
Q&A
Replies: 1 comment
-
What I use is something like: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The above is perfect for Rust in Helix running in Kitty, but can we somehow send a shell script a string to say what the language is? Could the above be reworked to pipe a string containing the language ID into another script that returns the instruction to run and send it to the Kitty window?
Maybe there is some totally different way to achieve this I can't think of? It would take Helix to the next level as the scripts could do so many different things!
EDIT: Maybe I answered my own question, #3393 could be the perfect solution!
Beta Was this translation helpful? Give feedback.
All reactions