#fzf
I've still never gotten into `fzf` (and maybe I never will!) but I think it's really cool that you can use a fzf 1-liner to make things like this little UI for reviewing git commits

jvns.ca/til/fzf-prev...
June 17, 2025 at 3:56 PM
Level up your terminal game with `fzf` marko.tech/journal/fzf-...
fzf ftw
fzf-tools is a zsh plugin that enhances command line efficiency with interactive selection for files, history, scripts, and git commits.
marko.tech
June 8, 2025 at 2:27 AM
Fzf is a powerful and versatile fuzzy finder tool for Linux or Unix. It acts as an interactive filter for a wide range of lists, including files, command history, running processes, hostnames, bookmarks, and Git commits. Its "fuzzy" matching algorithm allows you to quickly find what you need
GitHub - junegunn/fzf: :cherry_blossom: A command-line fuzzy finder
:cherry_blossom: A command-line fuzzy finder. Contribute to junegunn/fzf development by creating an account on GitHub.
github.com
August 15, 2025 at 7:24 PM
fzf, but reimagined! ⚡

🌀 matchmaker — Next-gen fuzzy finder for the terminal

💯 Supports column-aware filtering, previews & fully scriptable actions

🦀 Written in Rust & built with @ratatui.rs

⭐ GitHub: github.com/Squirreljetp...

#rustlang #ratatui #tui #fzf #productivity #devtools #terminal
March 24, 2026 at 7:35 AM
fzf is dope
[fzf] Make a TUI for switching and deleting git branches | Today I Learned
A collection of useful things I've learned.
til.jakelazaroff.com
January 16, 2025 at 3:09 PM
for even more life changing may I suggest
github.com/junegunn/fzf
GitHub - junegunn/fzf: :cherry_blossom: A command-line fuzzy finder
:cherry_blossom: A command-line fuzzy finder. Contribute to junegunn/fzf development by creating an account on GitHub.
github.com
July 29, 2026 at 4:55 AM
^R + fzf cured my anxiety.
July 29, 2026 at 12:08 PM
I managed to make it work somewhat, can't seem to get the completion function to actually use a context argument properly as the documentation suggests so for now I'm telling carapace to give me all completions starting with a dash lol
October 31, 2025 at 6:43 PM
Quellen:
Begutachtungsentwurf:
www.ris.bka.gv.at/Dokument.wxe...
Evaluierung Wohnsitzregelung BAMF:
www.bamf.de/SharedDocs/A....
FZF-Richtlinie:
eur-lex.europa.eu/legal-conten...
www.bamf.de
May 13, 2025 at 3:18 PM
Scandar Copti, réalisateur : « Il existe 65 lois contre les Palestiniens en Israël »

➡️ https://l.humanite.fr/fzF
September 2, 2025 at 11:45 AM
January 20, 2025 at 9:40 PM
i think this fzf hack is interesting because fzf is a "search tool" but actually you can build lots of stuff with it (like "help me scroll through the files in a git commit") or "preview the results of a `jq` query I type in" that does not use its search features at all
June 17, 2025 at 4:01 PM
Neovim config update:

Switched from Telescope.nvim to fzf-lua (sorry TJ). Gotta say, it's way faster!

The only thing I was missing was the Telescope project extension so naturally I wrote my own project extension that integrates with fzf-lua.
December 21, 2024 at 1:04 AM
Calling all fzf users - I recommend looking at this script that starts fzf inside a ✨ floating pane ✨

github.com/k-kuroguro/f...
GitHub - k-kuroguro/fzf-zellij: Shell script to start fzf in a Zellij floating pane.
Shell script to start fzf in a Zellij floating pane. - k-kuroguro/fzf-zellij
github.com
November 5, 2025 at 3:51 PM
Day 216
September 27, 2026 at 9:02 AM
Pour accompagner son développement, et dans l’optique du renforcement de son pôle technique, Reporterre recherche un·e développeur·se fullstack ou front-end

Candidatures jusqu'au 14 juin.
Plus d'informations ➡️ https://l.reporterre.net/fzF
May 25, 2026 at 4:19 PM
Decided to support more open source maintainers by running a merch shop for their community. Excited to launch with Ghostty, fzf, Vue.js, Redux, and... of course... Oh My Zsh.
Something new is coming from the Planet Argon team.
Introducing Commit Goods, official merch that gives back to open source projects.
Stay tuned for Black Friday sales! commitgoods.com
November 21, 2025 at 3:55 PM
Day 215
September 26, 2026 at 6:21 AM
jvns.ca/til/fzf-prev...

This is so cool. Using fzf as UI layer

Thanks for this post @b0rk.jvns.ca
You can use `fzf` to review git commits
You can use `fzf` to review git commits
jvns.ca
July 7, 2025 at 2:20 AM
#hourly #fox https://api.tinyfox.dev/hourly/HourlyFoxes/FZf-lRQWIAIX6cZ.jpg
May 26, 2024 at 11:00 PM
I'm a serial "git add -p" user. (Micro-review before every commit is super healthy imo).

I made an alias a while ago I use frequently, which let's you choose (via fzf) the file you care about first.

af => !f() { git add -p $(git diff --name-only | fzf); }; f
July 18, 2025 at 3:20 PM
Day 214
September 25, 2026 at 3:43 AM