feat(fzf): add preview, dirs, and image support to @@ inline picker #110

Merged
rootiest merged 1 commits from enhance-fzf-inline-picker-preview into main 2026-08-21 04:47:17 +00:00
1 Commits
Author SHA1 Message Date
rootiest 616596726d feat(fzf): add preview, dirs, and image support to @@ inline picker
The @@ picker only listed files with no preview. It now lists both
files and directories via fd (matching _fzf_search_directory), and
shows a bat-highlighted or image-rendered preview through
_fzf_preview_file. Image previews use a kitty-graphics-protocol,
chafa, viu, timg fallback chain via the new _fzf_preview_image
helper, benefiting the Ctrl+F directory search and git-status
pickers as well since they share the same preview helper.
2026-08-21 00:46:29 -04:00