Fzf is a general-purpose command-line fuzzy finder. GitHub - junegunn/fzf: :cherry_blossom: A command-line fuzzy finder
🔮 Show file preview
Using cat:
fzf --preview 'cat {}'
Using 🦇 bat:
fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'
💿 Cd into directories
cd $(find . -type d -print | fzf)