nushell/crates/nu-command
Arthur Targaryen f82e2fbac6
Port find command (#658)
* Add `Find` command

* Complete rustdoc for test `Value` constructors

* Use `Option::unwrap_or` instead of match

* Add `Value::test_filesize` constructor

* Handle searching for terms in `find`

* Fix `find` command signature

* Return multiple elements when `find`ing by predicate

* Do not accept rest parameter with predicate

* Handle `CellPath` in `r#in` and `not_in` for `Find`

* Use `PipelineData::filter`
2022-01-23 16:32:02 -06:00
..
assets To html and to md (#453) 2021-12-09 19:16:35 -06:00
src Port find command (#658) 2022-01-23 16:32:02 -06:00
build.rs Port version (#467) 2021-12-11 14:08:17 -06:00
Cargo.toml Add which command, add external completions, and builtin var completions (#782) 2022-01-21 05:02:53 +11:00