hypertrav recursively lists files and directories as fast as possible. Think find . without any bells and whistles.
It's 1.5 times faster than GNU find, and 3.9 times faster user space wise.
(benchmarked with the amazing hyperfine)
Intended for use with fzf or as a front end to any interactive narrowing feature.
Simply hypertrav | fzf or export FZF_CTRL_T_COMMAND=hypertrav.
hypertrav [root path].
No argument defaults to hypertrav ..
Build with make build and move the created bin/hypertrav somewhere on your $PATH.
Including parallel reading for SSDs soon.
With ❤️ and 🥗 by @Exr0n.
