Search your command history with fzf
September 16th, 2023
Try using history with fzf to search your shell history and find old commands:
history -f | fzf
history -f
will print out a timestamp along with the command so you know when you last used it.