quickfind, fuzzy file, directory, CTags finder

Опубликовано: 25 Июль 2026
на канале: Archived Yu-Jie Lin
312
0

qf [1] (GitHub [2]) provides a fuzzy search interface to look up a file or directory, can also search in CTags file (0:50).

It has some command-line options to tune the searching, filtering .gitignore, multiple query strings, in path, directory only, or both.

[Ctrl+C] to cancel, [enter] to open the file or the directory by `$EDITOR`. `-s FILE` will write the filename to FILE, instead.

quickfind has nothing fancy for its user interface, and that's what I like about a useful tool. However, if I wanted to spice it up, I'd add colors and bold text to indicate the matched text. If I really want to say a little more important feature missing, that would be case-sensitive option.

$$$#

Version 0.1.0.7 (2014-03-28)
In Python with ctags
By Andrew Stanton
Apache License Version 2.0

[1]: https://pypi.python.org/pypi/quickfind
[2]: https://github.com/Refefer/quickfind