Hacker News new | ask | show | jobs
by potta_coffee 1689 days ago
history | grep <thing>

I use a number of tools and I've often forgotten an individual command, or when I'm using tools like curl or docker that have a long single line command that I know I can't remember.

1 comments

Oh man, I'm about to blow your mind.

ctrl+r (reverse history search) + https://github.com/junegunn/fzf

is a game changer

Neat, I'll check it out.