We’ve all been there: searching for that one code snippet we know we used before. While tools like ChatGPT are amazing for new ideas, for repeated tasks, they’re slow and unreliable. Shell history is fast but limited. What I would like to have:<p>- Fuzzy Search: very-fast snippet lookup with an fzf-style interface.<p>- Dynamic Templating: Jinja2-style syntax.<p>- Deep Shell Integration: tab-completion<p>Why Rust? Because some of the fastest libraries in existence can be deployed.<p>If this sounds like it might also help your workflow give it a try:<p>cargo install rsnip<p>I'd appreciate your feedback!