1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-23 12:48:22 +02:00
nushell/crates/nu-command/src/commands
Nathan Thomas a3f119e0bd
Add pathvar command ()
* Add pathvar command

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Add pathvar command to context

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Add pathvar reset command

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Update help message

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Remove insert command

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Remove unused import

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Remove insert mod

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Support for windows path separator

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Clear clippy errors

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Remove empty file

Signed-off-by: nathom <nathanthomas707@gmail.com>

* Formatting

Signed-off-by: nathom <nathanthomas707@gmail.com>
2021-06-25 15:58:37 +12:00
..
charting Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
config Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
conversions Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
core_commands Move path handling to nu-path () 2021-06-20 11:07:26 +12:00
dataframe Enable dataframe command by default () 2021-06-23 21:04:09 +12:00
env Add unlet_env command () 2021-06-19 15:00:07 +12:00
filesystem Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
filters Add built-in var to refer to pipeline values () 2021-06-21 12:31:01 +12:00
formats Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
generators Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
math Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
network Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
path Move path handling to nu-path () 2021-06-20 11:07:26 +12:00
pathvar Add pathvar command () 2021-06-25 15:58:37 +12:00
platform Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
random Fix issue in external subexpression paths () 2021-06-18 07:59:58 +12:00
shells Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
strings update/add path separators and environment separators to char () 2021-06-21 05:55:34 +12:00
viewers Begin directory contrib docs and split commands () 2021-06-19 12:06:44 +12:00
mod.rs Add pathvar command () 2021-06-25 15:58:37 +12:00