snips.vlaicu.io

snips ✂️

SSH-powered pastebin with a human-friendly TUI and web UI

Features

  • ⚡️ Zero-install: use from any machine with SSH client installed
  • 🌐 Web UI: syntax-highlighted code with short links and Markdown rendering
  • 🖥️ TUI: never leave your terminal for snippet management/viewing
  • 🔑 No passwords: all you need is an SSH key
  • 👤 Anonymous: no sign ups, no logins, no email required
  • 🕗 URLs with TTL: time-limited access for sensitive sharing
  • 🐳 Self-hostable: containerized and light on resources
  • 🧠 ML language detection: intelligently identify source code

Examples

If you have an SSH key, you can save snippets:

echo '{ "first" : "snippet" }' | ssh go.vlaicu.io
cat test.txt | ssh go.vlaicu.io

Create a temporary, time-bound URL for restricted access.

echo 'my secred message' | ssh go.vlaicu.io -- -private
ssh f:NcgEXjJCsB@go.vlaicu.io -- sign -ttl 5m

To access the TUI:

ssh go.vlaicu.io