Unless I've missed something, currently helix-ghost needs to be open 24/7 in a terminal window (or at the very least, whenever you want to use it). It would be nice to have the process spawn a new terminal window with the editor, instead of running it in the current, allowing it to run in the background without a terminal.
I've worked around this with a Perl script, for I do not know Go. It listens on the port for connections, spawns helix-ghost in a terminal, proxies the connection, and terminates it when it's finished. As a result it can be ran in the background.
Having this be a native feature would be cool though.
Unless I've missed something, currently helix-ghost needs to be open 24/7 in a terminal window (or at the very least, whenever you want to use it). It would be nice to have the process spawn a new terminal window with the editor, instead of running it in the current, allowing it to run in the background without a terminal.
I've worked around this with a Perl script, for I do not know Go. It listens on the port for connections, spawns helix-ghost in a terminal, proxies the connection, and terminates it when it's finished. As a result it can be ran in the background.
Having this be a native feature would be cool though.