nushell/crates
Hilmar Gústafsson 90ddb23492
Add Path commands (#280)
* Add Path command

* Add `path basename`

* Refactor operate into `mod`

* Add `path dirname`

* Add `path exists`

* Add `path expand`

* Remove Arc wrapper for args

* Add `path type`

* Add `path relative`

* Add `path parse`

* Add `path split`

* Add `path join`

* Fix errors after rebase

* Convert to Path in `operate`

* Fix table behavior in `path join`

* Use conditional import in `path parse`

* Fix missing cases for `path join`

* Update default_context.rs

* clippy

* Fix tests

* Fix tests

Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
Co-authored-by: JT <jonathan.d.turner@gmail.com>
2021-12-13 12:47:14 +11:00
..
nu_plugin_example Plugin json (#474) 2021-12-12 11:50:35 +00:00
nu_plugin_gstat Plugin json (#474) 2021-12-12 11:50:35 +00:00
nu_plugin_inc Plugin json (#474) 2021-12-12 11:50:35 +00:00
nu-ansi-term add coloring by primitive, bring in nu-ansi-term crate (#353) 2021-11-20 07:12:35 -06:00
nu-cli Add in variable and sub-command completions (#480) 2021-12-13 10:18:31 +11:00
nu-command Add Path commands (#280) 2021-12-13 12:47:14 +11:00
nu-engine add temp-path to $nu (#471) 2021-12-11 14:00:29 -06:00
nu-json Add 'to json' 2021-10-29 19:26:29 +13:00
nu-parser Add in variable and sub-command completions (#480) 2021-12-13 10:18:31 +11:00
nu-path Add config file loading 2021-10-13 16:57:05 +13:00
nu-plugin Plugin json (#474) 2021-12-12 11:50:35 +00:00
nu-protocol Plugin json (#474) 2021-12-12 11:50:35 +00:00
nu-table fix 1 off table wrapping for help commands (#460) 2021-12-09 19:16:50 -06:00
nu-term-grid clean up some todo comments in grid 2021-10-14 08:03:20 -05:00