diff options
author | Samuel Smoker <classicsc@users.noreply.github.com> | 2017-02-26 16:38:37 -0800 |
---|---|---|
committer | Samuel Smoker <classicsc@users.noreply.github.com> | 2017-02-26 16:38:37 -0800 |
commit | a8bbe678731f6a6543abf3c405f485a57b6fb788 (patch) | |
tree | 57ed8e73109177b3111a30adf0b62e0363055586 /README.md | |
download | syncthingmanager-a8bbe678731f6a6543abf3c405f485a57b6fb788.tar.xz syncthingmanager-a8bbe678731f6a6543abf3c405f485a57b6fb788.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a075b8d --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# syncthingmanager +A command line tool for the Syncthing API. Designed to make setting up remote servers easier. +(and for users who prefer the cli) + +## Features +- Adding and removing devices +- Adding and removing folders +- Sharing folders +- More to come... + +## Usage +The first time you use `stman`, you must give it the Syncthing API key. +This can be found in the GUI or in the file `~/.config/syncthing/config.xml`. +Then run `stman configure APIKEY`. + +All commands are documented in `stman -h`. + +## TODO +- Untested on non-Linux platforms +- More commands should be implemented, for changing the settings of existing +folders and devices. +- Should be able to find the API key automatically in most cases +- Output of the device and folder listings could be prettier and more complete. +- Tests are ugly and minimal, make them more systematic and complete. +- You tell me! Open an issue and/or PR if you think a new command would be +useful, or something unexpected happens. |