A vfox plugin for bfs - a breadth-first version of the UNIX find command.
This plugin compiles bfs from source. You need:
- A C compiler (gcc or clang)
- make
- Standard build tools
On Ubuntu/Debian:
sudo apt-get install build-essentialOn macOS:
xcode-select --installmise use vfox:mise-plugins/vfox-bfs@latestOr add to your mise.toml:
[tools]
"vfox:mise-plugins/vfox-bfs" = "latest"# Find files breadth-first
bfs . -name "*.txt"
# Check version
bfs --versionMIT