beliven-it / hssh

A CLI to easily list, search and connect to SSH hosts. Sync down hosts from providers in order to get a centralized hosts configuration.
MIT License
2 stars 1 forks source link

Daemon for automatic sync #14

Closed CasvalDOT closed 3 years ago

CasvalDOT commented 3 years ago

It may also be useful to set up a command / flag that launches the background application and dealing with the sync of the data remotely.

hssh -d

or

hsshd
valentinocossar commented 3 years ago

This makes sense, but it's worth implementing it as a Homebrew service instead of an independent daemon.

CasvalDOT commented 3 years ago

Please look issue #28 for a different approach