vfox 2026.5.9

Interface to vfox plugins
Documentation
--- Plugin metadata for mise/vfox integration
PLUGIN = {}

--- Plugin name
PLUGIN.name = "bfs"

--- Plugin version (SemVer)
PLUGIN.version = "0.1.0"

--- Plugin description
PLUGIN.description = "A breadth-first version of the UNIX find command"

--- Minimum vfox version required
PLUGIN.minRuntimeVersion = "0.3.0"

--- Repository URL
PLUGIN.repository = "https://github.com/mise-plugins/vfox-bfs"

--- Tool homepage
PLUGIN.homepage = "https://tavianator.com/projects/bfs.html"

--- License
PLUGIN.license = "0BSD"

--- Notes about this plugin
PLUGIN.notes = "Compiles from source. Requires a C compiler (gcc/clang) and make."