SSH-powered pastebin with a human-friendly TUI and web UI
Features • Quick Start • Examples • Docs • Credits
- ⚡ Zero-install: use from any machine with SSH client installed
- 🌐 Web UI: share your syntax-highlighted code with short links
- 💻 TUI: never leave your terminal for management/viewing
- 🔑 No passwords: all you need is an SSH key
- 🕵️ Anonymous: no sign ups, no logins, no email required
- ⏰ URLs with TTL: time-bombed access for sensitive sharing
- 📦 Self-hostable: containerized and light on resources
- 🧠 ML language detection: uses guesslang model to identify source code
If you have an SSH key, you can upload:
echo '{ "hello" : "world" }' | ssh snips.sh
To access the TUI:
ssh snips.sh
Upload from any machine, no install necessary. |
|
Download files and pipe into your favorite $PAGER . |
|
Something secret to share? Create a temporary, time-bound URL for restricted access. |
|
The technology behind snips.sh is powered by these amazing projects:
charmbracelet
charmbracelet/wish
: SSH servercharmbracelet/bubbletea
: TUI framework
alecthomas/chroma
: Syntax Highlighteryuin/goldmark
: Markdown Parser