Something I crave in the worst way is a sensible story for accumulating a “toolbox” of snippets and scripts and commands.
They don’t need to be ready to go, but ideally:
- natural language searchable
- add a small description
- CLI to search, examine, and copy
- not a plugin
- sync with a GitHub repo.
I find tldr is good for rarely used commands:
(That's a web version but I usually access it on the cli or in my editor)
tldr is great! I personally use this faster implementation in Rust: https://github.com/dbrgn/tealdeer
And I just became aware from reading the README that there's an even faster one written in Zig.