Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Example Usages
Speed up fzf
- By default,
fzf
usesfind
to find files. A different command can be configured via the environment varialbeFZF_DEFAULT_COMMAND
. It is suggested that you usefd
which is both more intuitive and way much faster.