Il meraviglioso fzf

E gli shortcut che dimentico sempre
search
til
cli
Autore/Autrice
Affiliazione
Data di Pubblicazione

5 settembre 2024

fzf is an interactive filter program for any kind of list; files, command history, processes, hostnames, bookmarks, git commits, etc. It implements a “fuzzy” matching algorithm, so you can quickly type in patterns with omitted characters and still get the results you want.

A proposito della preview, è comoda questa configurazione, in cui si usa bat per la preview:

export FZF_DEFAULT_OPTS="--bind 'alt-p:toggle-preview' --preview-window=hidden --preview 'batcat --style=numbers --color=always --line-range :500 {}'"

Inoltre, quando si scrive un comando si può attivare un auto completamento globale inserendo ** e poi TAB. Qualche esempio:

Se vuoi vedere fzf in azione:

Torna in cima