Never Forget a Command Again

Snippy is a sleek, powerful command-line tool that lets you save, manage, and run your favorite shell commands with short, memorable names. Stop searching your history and start boosting your productivity.

Install in Seconds

curl -sSL https://raw.githubusercontent.com/yasakei/Snippy/main/install.sh | sudo bash

Core Features

Save

Save any command with a simple name.

List

View all your saved snippets instantly.

Run

Execute snippets by their name.

Edit

Modify snippets on the fly.

Delete

Remove snippets you no longer need.

Cross-Platform

Works on macOS & Linux.

See It in Action

bash

Usage Guide

Save a Snippet

Assign a name to a command. Remember to quote commands with spaces.

snippy save list-all "ls -la"

List Snippets

See all your available snippets.

snippy list

Run a Snippet

Execute a saved command by its name.

snippy run list-all

Edit a Snippet

You'll be prompted to enter the new command.

snippy edit list-all

Delete a Snippet

Permanently remove a snippet.

snippy delete list-all