~ synk.sh

Install the CLI tools

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.

Hush

Share a secret from the terminal — encrypted client-side, expiring or burn-after-read.

$ curl -fsSL https://synk.sh/hush | sh
example
echo -n 'my secret' | hush --expire 1h --burn
# first run: mint a token at https://app.synk.it/hush/tokens

Flit

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
example
flit login
flit                 # compose in $EDITOR
flit 'regroup at 3pm'
flit ls

Farmfresh

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
example
farmfresh login
farmfresh apply
farmfresh capture --merge