this post was submitted on 05 Jul 2024
25 points (87.9% liked)

commandline

1680 readers
1 users here now

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 month ago (1 children)

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

[–] [email protected] 1 points 1 month ago (1 children)

why using skim instead of fzf?

[–] [email protected] 1 points 1 month ago

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)