Search your command history with fzf

September 16th, 2023

Try using history with fzf to search your shell history and find old commands:

Copy
history -f | fzf

history -f will print out a timestamp along with the command so you know when you last used it.

Tags: bash, linux, shell, zsh
© 2023, Oren Fromberg