stc
stc copied to clipboard
Syncthing CLI Tool
updates default homedir config value to use the user config dir, e.g. `/home/user/.config/syncthing`
Thanks for the 1.5 release! I would suggest adding a `-v` / `--version` argument that prints the version of the tool. I'd like to integrate this into some of my...
Recent versions of Syncthing have changed their default configuration location, so stc is unable to autodetect it. This adds the new location to the paths searched. https://forum.syncthing.net/t/configuration-moved-from-config-syncthing-to-local-state-syncthing/21266
My Syncthing instance is configured with the startup flag --gui-address to listen on Tailscale, overriding the config file setting that specifies 127.0.0.1. I provide the configuration file to `stc` for...
Since latest released stc does not implement events subcommand, I am tring to build it: ``` $ git clone https://github.com/tenox7/stc.git Cloning into 'stc'... remote: Enumerating objects: 388, done. remote: Counting...
You may want to add to README.md that if Syncthing has been installed from a debian package (see https://apt.syncthing.net/) then a symlink is needed to make `stc` happy: ``` $...
also command to display events in a user friendly format
Firstly, this is a great project, thank you. Secondly I installed it easily with `go install github.com/tenox7/stc@latest`, which I notice is a command that isn't mentioned in the README. And...