I made a terminal snippet manager to store, search, and copy code snippets

Wait 5 sec.

Ever write a clever one-liner, close the terminal, and find yourself Googling the exact same thing three weeks later? That's what snip is built to fix. It's a small Python TUI (built with Textual) that lets you store, tag, search, and copy code snippets without leaving your shell. Everything is saved locally in a SQLite database - no account, no cloud, no nonsense. Highlights: Live search across titles, tags, descriptions, and language Syntax highlighting with customizable themes Press y to yank a snippet straight to your clipboard Vim-style navigation (j/k, / to search, q to quit) Pin your most-used snippets to the top Custom --db path for DIY Dropbox/cloud sync Install with a single line: curl -fsSL https://raw.githubusercontent.com/phlx0/snip/main/install.sh | bash → https://github.com/phlx0/snip Feedback is welcome!   submitted by   /u/phlx0 [link]   [comments]