Hacker News new | ask | show | jobs
Show HN: TBMK – A Commands Bookmark for Terminal (github.com)
19 points by linhx 910 days ago
3 comments

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).

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

I can't life without this one anymore

Built in to bash and other shells.

https://www.gnu.org/software/bash/manual/html_node/Using-His...

I think people who work a lot at the command line mostly use aliases and little scripts in files.

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