|
|
|
Show HN: Manage Code Snippets Fast
(github.com)
|
|
1 points
by sysid
503 days ago
|
|
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: - Fuzzy Search: very-fast snippet lookup with an fzf-style interface. - Dynamic Templating: Jinja2-style syntax. - Deep Shell Integration: tab-completion Why Rust? Because some of the fastest libraries in existence can be deployed. If this sounds like it might also help your workflow give it a try: cargo install rsnip I'd appreciate your feedback! |
|