fdf 0.4.3

A fast, multi-threaded filesystem search tool with regex/glob support and extremely pretty colours!
Documentation
1
2
3
4
5
6
7
8
9
10
11
export PATH="$PWD/target/release:$PATH"
eval "$(fdf --generate zsh)" > /dev/null 2>&1


cbr() {
 cargo b -r -q "$@"
 }