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

(fzf stands for "fuzzy finder" but I think it's interesting that you can use it for many things that do not involve searching or finding at all!)

https://jvns.ca/til/fzf-preview-git-commits/

@b0rk Ooh, I need to add a preview like this to my git worktree switcher fzf script…