shell-pool / shpool

Think tmux, then aim... lower
Apache License 2.0
1.03k stars 13 forks source link

automatically reload config on changes #21

Closed ethanpailes closed 1 month ago

ethanpailes commented 1 month ago

This patch teaches the shpool daemon to automatically pick up changes to the config when a user writes a new value. Right now, people need to restart the daemon every time they make a config change, which is pretty disruptive because it means losing sessions. Now people can tweak config without losing sessions.

Fixes #20