/glob_experiment

experimenting with globs

Primary LanguageRustMIT LicenseMIT

glob_experiment

Just an experiment to play with some directions for the future of globs in Nushell

To run:

> cargo run --release -- "**/*" glob

other options:

> cargo run -- "**/*" parse
> cargo run -- "**/*" compile
> cargo run -- "**/*" matches "foo/bar"