A community-driven hub for sharing and importing shell script snippets for Snippy.
Snippy is a cross-platform desktop application for managing and executing shell script snippets on remote SSH servers. It lets you organize your shell scripts as reusable snippets and run them on one or multiple SSH servers simultaneously — with live output streamed directly into the app.
Key features of Snippy:
- Snippet Management — Create, edit, and organize shell scripts with a built-in shell editor
- SSH Host Management — Manage multiple SSH connections with password or private key authentication
- Parallel Execution — Run a snippet on multiple servers at the same time, each with its own live output tab
- Live Output Streaming — Watch your script execute in real time via an integrated terminal view
- Preferences — Customize terminal font size and application theme (dark/light)
Snippy-Hub is the open-source community repository for sharing Snippy snippets. Anyone can contribute their own shell script snippets here so that other Snippy users can discover and import them directly into their Snippy application.
This repository grows with every user who contributes — making it a living library of useful scripts for SSH server management, automation, and more.
Note: Each snippet folder contains a
snippy.jsonwith metadata and ascript.shwith the actual script content.
- Browse the snippets in this repository
- Open the folder of the snippet you want
- Copy the URL of the
snippy.jsonfile (click the file → copy the browser URL) - Open Snippy, go to File → Manage Snippets
- A new window will open, go to Add Snippet → Load from URL and paste the URL
- A preview of the snippet will open — check the script content and confirm
- Fork this repository
- Add your snippet file(s) to the appropriate folder
- Open a Pull Request with a short description of what your snippet does
All contributions are welcome! Whether it's a simple one-liner or a complex multi-step automation script, share it here so others can benefit.
snippy-hub/
├── snippets/
│ ├── docker-cleanup/
│ │ ├── snippy.json
│ │ └── script.sh
│ ├── nginx-restart/
│ │ ├── snippy.json
│ │ └── script.sh # Community-contributed snippets (organized by category)
Snippy-Hub is licensed under the MIT License.
Maintained by @sarp_03