Remote control #6805
Remote control
#6805
-
Any thoughts on allowing helix to be controlled remotely like using neovim-remote? |
Beta Was this translation helpful? Give feedback.
Answered by
michaeljones
Apr 18, 2023
Replies: 1 comment 1 reply
-
I have a patch that I've been applying that I use in order to be able to open more files into the running helix instance from my command line, which is what I used neovim-remote for. Only works on unix as that is all I need and only supports the 'open' command but probably isn't too hard to expand. It is hacky and best paired with a shell script to help manage the open socket that is used for communication. The details are here: #5107 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tuskiie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a patch that I've been applying that I use in order to be able to open more files into the running helix instance from my command line, which is what I used neovim-remote for.
Only works on unix as that is all I need and only supports the 'open' command but probably isn't too hard to expand. It is hacky and best paired with a shell script to help manage the open socket that is used for communication. The details are here: #5107 (comment)