Small command-line tools from Synk. Copy a line, paste it
in a shell. Prefer to read first? Every installer is plain sh — pipe it to
less instead of sh.
Share a secret from the terminal — encrypted client-side, expiring or burn-after-read.
$ curl -fsSL https://synk.sh/hush | sh
echo -n 'my secret' | hush --expire 1h --burn # first run: mint a token at https://app.synk.it/hush/tokens
brew install synk-sh/tap/hush
go install synk.sh/cli/hush@latest
https://synk.sh/dl/hush-<os>-<arch>
Capture fleeting thoughts from the terminal — markdown notes that sync to app.synk.it/flit and clear themselves in a week.
$ curl -fsSL https://synk.sh/flit | sh
flit login flit # compose in $EDITOR flit 'regroup at 3pm' flit ls
go install synk.sh/cli/flit@latest
https://synk.sh/dl/flit-<os>-<arch>
Keep a machine and your GitHub config repo in sync — packages, dotfiles, per-OS setup — with no clone. Bind the repo once on the web, then drive it from the terminal.
$ curl -fsSL https://synk.sh/farmfresh | sh
farmfresh login farmfresh apply farmfresh capture --merge
go install synk.sh/cli/farmfresh@latest
https://synk.sh/dl/farmfresh-<os>-<arch>