classicsc / syncthingmanager

Configure Syncthing from the CLI
GNU General Public License v3.0
84 stars 9 forks source link

FR: realtime oversight #1

Closed gerroon closed 7 years ago

gerroon commented 7 years ago

Hi I realize that your tool is initially an commandline tool to control syncthing but I feel like it can expand beyond that. I was dreaming about a complimentary syncthing tool that works on the termianl that functions like atop or htop where it shows what is going o with syncthing and files, more like a terminal version of web gui.

Maybe stman can bring this kind of functionality?

thanks

classicsc commented 7 years ago

Thanks for the suggestion. I don't want to bring live monitoring to this package since one of the main purposes is to have commands suitable for shell scripting, but it would certainly be useful from time to time. You may want to look into the curses library, which is used to make applications like htop.