Learn Docker With My Newest Course

Dive into Docker takes you from "What is Docker?" to confidently applying Docker to your own projects. It's packed with best practices and examples. Start Learning Docker →

Fuzzy Search Your Bash History in Style with fzf

blog/cards/fuzzy-search-your-bash-history-in-style-with-fzf.jpg

If you spend a lot of time in a terminal then knowing how to search your history efficiently saves a ton of time. Here's how.

The TL;DR is:
  • The up and down arrows let you cycle through your Bash history 1 line at a time
  • Use CTRL + r to quickly reverse search your Bash history
  • Install fzf to make CTRL + r better (fuzzy search with a popup menu)
  • Works with all major operating systems and works great with WSL on Windows 10
Here’s a demo video:

I’ve been using fzf for a long time now and it’s one of my favorite terminal related tools.

Never Miss a Tip, Trick or Tutorial

Like you, I'm super protective of my inbox, so don't worry about getting spammed. You can expect a few emails per month (at most), and you can 1-click unsubscribe at any time. See what else you'll get too.



Comments