Skip to content

001Sarper/Snippy-Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Snippy-Hub

A community-driven hub for sharing and importing shell script snippets for Snippy.


What is 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)

What is Snippy-Hub?

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.


How to Use

Importing a Snippet into Snippy

Note: Each snippet folder contains a snippy.json with metadata and a script.sh with the actual script content.

  1. Browse the snippets in this repository
  2. Open the folder of the snippet you want
  3. Copy the URL of the snippy.json file (click the file → copy the browser URL)
  4. Open Snippy, go to FileManage Snippets
  5. A new window will open, go to Add SnippetLoad from URL and paste the URL
  6. A preview of the snippet will open — check the script content and confirm

Contributing a Snippet

  1. Fork this repository
  2. Add your snippet file(s) to the appropriate folder
  3. 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.


Repository Structure

snippy-hub/
├── snippets/
│   ├── docker-cleanup/
│   │   ├── snippy.json
│   │   └── script.sh
│   ├── nginx-restart/
│   │   ├── snippy.json
│   │   └── script.sh         # Community-contributed snippets (organized by category)

Related


License

Snippy-Hub is licensed under the MIT License.


Author

Maintained by @sarp_03

About

This repository is a community-driven hub for sharing snippets for the cross-platform desktop application Snippy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages