Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serl/syncthing-quick-status
Because sometimes I'm too lazy to open the browser
https://github.com/serl/syncthing-quick-status
Last synced: 15 days ago
JSON representation
Because sometimes I'm too lazy to open the browser
- Host: GitHub
- URL: https://github.com/serl/syncthing-quick-status
- Owner: serl
- License: mit
- Created: 2017-12-16T23:41:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T13:36:05.000Z (11 months ago)
- Last Synced: 2024-08-01T19:45:09.407Z (3 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 50
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# syncthing-quick-status
[![Build Status](https://api.travis-ci.com/serl/syncthing-quick-status.svg)](https://travis-ci.com/serl/syncthing-quick-status)
> Because sometimes I'm too lazy to open the browser.
An elegant(?), fast(?) and colorful(!) solution to have the complete(?) `syncthing` status in a jiffy(?).
## Dependencies
* bash 4+
* `curl`
* `jq`
* `coreutils` (for `numfmt`)
* works on Linux as well as on MacOS## Env variables
* `SYNCTHING_API_KEY`.
* `SYNCTHING_CONFIG_FILE`, the place where it'll look for the api key if not given in the variable above. Defaults to `$HOME/.config/syncthing/config.xml` on Linux and `$HOME/Library/Application Support/Syncthing/config.xml` on MacOS.
* `SYNCTHING_ADDRESS`, defaults to `localhost:8384`.## Arguments
* `-v`: verbose, show devices/folder ids and a selection of latest log messages (which is specially helpful for more details about "out of sync" folders).