Thanks to visit codestin.com
Credit goes to lib.rs

#breadth-first-search #disk #file #regex

app bfs

A tool to find files on your disk with breadth first search

1 unstable release

0.1.0 Nov 25, 2021

#2183 in Filesystem

BSD-3-Clause

3KB

Usage

./bfs [regex] [path]

  • default regex: .*
  • default path: .

Perform a breadth first search starting at the given path. Print filenames matching the regex.

Dependencies

~2–3MB
~52K SLoC