this post was submitted on 05 Jul 2024
27 points (88.6% liked)

commandline

1688 readers
1 users here now

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] anzo 5 points 2 months ago (1 children)

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

[–] [email protected] 1 points 2 months ago (1 children)

why using skim instead of fzf?

[–] anzo 1 points 2 months 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)