1 unstable release

0.0.0 Dec 8, 2023

#6 in #asdf

Download history 7/week @ 2024-02-26 58/week @ 2024-04-01

58 downloads per month

MPL-2.0 license

1KB

syncthing_ctl

Starting Syncthing Automatically on Windows

Install

To install syncthing_ctl from source, first ensure you have Rust and Cargo. If not, install them via rustup.rs.

cargo install --git https://github.com/zudo/syncthing_ctl

This program assumes Syncthing is located at C:\syncthing\syncthing.exe by default.

Usage

To enable or disable automatic startup, simply run syncthing enable or syncthing disable, respectively.

syncthing enable -- -no-browser

For manual control, use syncthing start and syncthing stop to start and stop Syncthing.

No runtime deps