shell-pool / shpool

Think tmux, then aim... lower
Apache License 2.0
1.15k stars 20 forks source link

add config watcher #20

Closed ethanpailes closed 4 months ago

ethanpailes commented 4 months ago

Right now users need to restart the daemon every time they tweak their config. This is sad because restarting the daemon means losing all their sessions, and not losing your sessions is the whole point of shpool. We should use the notify crate to pick up changes to the config file.