5 comments

[ 2.9 ms ] story [ 23.4 ms ] thread
I've built something similar for myself (fzf+a bit of shell). But I realized that fzf's history view (with very long history buffer) works much better for my use case.

I still needed something to cover rare commands with dynamic arguments. That got covered by Navi: https://github.com/denisidoro/navi (takes more friction to add new command than with TBMK, but you get much more organized and easier to search tool).

Using fzf through bash history and using # comments as tags on common commands seems to work just as well for me. Not sure what else this adds
I created it for convenience. Can edit, delete, backup easier. I'm not sure that #comment can do that or not