As is often the case I had an itch that needed scratching while developing my own Content DB which uses SyncThing to distribute exported views of the DB to users.
For my DB dashboard I required some SyncThing related info so this bash+curl+jq script was born. It still needs a lot of fleshing out but I wanted to put it out there as others may find it useful even in its current state.
URL: https://lightaffaire.com/code/syncthing-cli
NOTE: this script requires the ‘jq’ helper program is installed!
Constructive feedback always appreciated.
Iain