This may be my favorite CLI tool ever - TypeCraft
1y 11mon ago by programming.dev/u/uthredii in commandline@programming.dev from www.youtube.comIt's about fzf. I use skim, btw ;p
why using skim instead of fzf?
I like the interactive mode. The repo's readme lists other differences. And, you can have a drop-in replacement, simply add a bash script file named fzf in $PATH, write /usr/bin/sk "$@" and it works for any downstream tools that require fzf (e.g. a vim plugin)