This may be my favorite CLI tool ever - TypeCraft

https://www.youtube.com/watch?v=oTNRvnQLLLs

25 points · 3 comments · view on lemmy.world

3 Comments

anzo@programming.dev · 5 pts · 2y (2 replies)

It's about fzf. I use skim, btw ;p

sumeraColada@lemmy.world · 1 pts · 2y (1 reply)

why using skim instead of fzf?

anzo@programming.dev · 1 pts · 2y

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)