Send commands to a running Helix process from command line #6402
Answered
by
the-mikedavis
rkshthrmsh
asked this question in
General
-
I am attempting to automate some processes in Helix and wanted to understand if there is a way to send commands to a running hx process from the command line. For instance, reloading the config for an open hx session from the terminal. |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Mar 22, 2023
Replies: 1 comment 2 replies
-
This is not currently possible and falls under #312. However, you can send SIGUSR1 to a Helix process to tell it to reload the configuration from disk. (See the bottom of the section here: https://docs.helix-editor.com/master/configuration.html?highlight=signal#configuration) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rkshthrmsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not currently possible and falls under #312. However, you can send SIGUSR1 to a Helix process to tell it to reload the configuration from disk. (See the bottom of the section here: https://docs.helix-editor.com/master/configuration.html?highlight=signal#configuration)