Ben Chuanlong Du's Blog

It is never too late to learn.

The fzf Command Is a Great Alternative to find

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Example Usages

Speed up fzf

  1. By default, fzf uses find to find files. A different command can be configured via the environment varialbe FZF_DEFAULT_COMMAND. It is suggested that you use fd which is both more intuitive and way much faster.

References

Comments