Skip to content

Exr0nProjects/hypertrav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hypertrav

what

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.

Benchmark of hypertrav running 1.5x faster than find

(benchmarked with the amazing hyperfine)

why

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.

how

usage

hypertrav [root path].

No argument defaults to hypertrav ..

build

Build with make build and move the created bin/hypertrav somewhere on your $PATH.

meta

Including parallel reading for SSDs soon.

With ❤️ and 🥗 by @Exr0n.

About

Traverse directories as fast as possible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published