snips
zero install · anonymous · open source
SSH-powered pastebin with a human-friendly TUI and web UI. There's nothing to install, it works on any machine with a SSH client.
echo '{ "hello": "world" }' | ssh snips.sh
works from any machine with an SSH client, no dependencies.
all you need is your SSH key.
no sign-ups, no logins, no email required.
syntax-highlighted short links and markdown rendering.
browse, view, and manage snips without leaving the terminal.
time-limited signed urls for sensitive sharing.
one small container, single binary and sqlite. light on resources.
automatic language detection of code snippets.
upload
echo "content" | ssh snips.sh
upload (private)
echo "content" | ssh snips.sh -- -private
upload (with type hint)
echo "content" | ssh snips.sh -- -ext py
upload (private + signed url)
echo "content" | ssh snips.sh -- -private -ttl 24h
download
ssh f:<id>@snips.sh
update
echo "new" | ssh f:<id>:content@snips.sh
delete
ssh f:<id>@snips.sh -- rm
force delete
ssh f:<id>@snips.sh -- rm -f
sign
ssh f:<id>@snips.sh -- sign -ttl 1h
interactive tui
ssh snips.sh