Hacker News new | ask | show | jobs
by mrazomor 908 days ago
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).

1 comments

Agreed, but also https://github.com/zsh-users/zsh-history-substring-search for me.

I can't life without this one anymore