🛰️ Sam Erickson

Home

❯

notes

❯

🧉 Fzf

🧉 Fzf

🪴 Created:Apr 06, 2025🌴 Last Modified:Apr 27, 20251 min read

  • command-line
  • snippets
  • software

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)

Graph View

  • 🔮 Show file preview
  • 💿 Cd into directories

Created with Quartz v4.5.0 © 2025

  • GitHub