-
Notifications
You must be signed in to change notification settings - Fork 1
Home
phlx0 edited this page Mar 15, 2026
·
2 revisions
Welcome to the snip documentation. snip is a fast, local, offline terminal snippet vault.
- CLI Reference — every flag, query matching, exit codes, and examples
- Keybindings — full TUI keybinding reference
- FZF Integration — fuzzy-pick snippets with fzf
- Tmux Integration — send snippets to tmux panes
- Shell Completion — tab-complete snippet titles and flags
- Scripting — use snip in shell scripts and automation
- Dotfile Sync — sync snippets across machines
- Tips and Tricks — naming conventions, tags, and power-user patterns
# install
curl -fsSL https://raw.githubusercontent.com/phlx0/snip/main/install.sh | bash
# open the TUI
snip
# copy a snippet to clipboard
snip ports
# run a snippet as a shell command
snip run deploy