#first #breadth #find #disk #search #regex #path

app bfs

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

1 unstable release

0.1.0 Nov 25, 2021

#102 in #first

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.2–3MB
~54K SLoC