SteVwonder / dotfiles

My OS X / Ubuntu dotfiles.
MIT License
0 stars 0 forks source link

Add easy searching of shell history #16

Closed SteVwonder closed 4 years ago

SteVwonder commented 7 years ago

All of my history is currently stored in ~/.history. It would be nice to have an easy way to search it. Currently this requires typing grep -R "my_regex" ~/.history/year/month/day. Even something like hist "my_regex" year/month/day would be better.

Bonus points: using ripgrep if its available

Alternatives: