Stash
Fast, keyboard-driven code fragment manager-supports multiple file fragments, Vim-style shortcuts, full-text search, syntax highlighting, label and folder organization, version history tracking, dark mode
A fast, keyboard-driven, self-managed code fragment manager. ##Core functions - ** Multiple file fragments ** -Store related files together (e.g. docker-compose.yml + .env) - ** Full-text search ** - SQLite FTS5 driver, returns results in seconds - ** Vim-style navigation ** -Use the j/k keys to move up and down so that your fingers don't leave the keyboard - ** Syntax highlighting ** -Exquisite code display based on Shiki - ** Tags and folders ** -Organize your code snippets as needed - ** Version history ** -Track changes to code snippets - ** Dark Mode ** -Protect your eyes ##Keyboard shortcuts Stash uses Vim-style shortcuts that allow you to efficiently manage code snippets: | key| function| |-----|------| | `/` |Search/Open Command Panel| | `n` |New clip| | `e` |Edit the current clip| | `j` / `k` |Up and down navigation| | `g` / `G` |Skip to the first/last clip| | `y` |Copy (yank) the code content| | `p` |Set/Cancel set| | `a` |Archive the current clip| | `x` |deletion fragment| | `t` |Switch themes| | `?` | display help|


