nushell/crates/nu-command/src/filesystem
JT 62e9698b11
Allow external args to expand globs (#839)
* Allow external args to expand globs

* WIP

* A bit of cleanups and refactor to glob_from

* oops, add file
2022-01-25 05:26:56 +11:00
..
cd.rs Fix cd-ing into a file (#831) 2022-01-23 15:02:12 +02:00
cp.rs Use only $nu.env.PWD for getting the current directory (#587) 2022-01-05 09:30:34 +11:00
ls.rs Allow external args to expand globs (#839) 2022-01-25 05:26:56 +11:00
mkdir.rs Use only $nu.env.PWD for getting the current directory (#587) 2022-01-05 09:30:34 +11:00
mod.rs Save (#750) 2022-01-16 07:44:20 +11:00
mv.rs Use only $nu.env.PWD for getting the current directory (#587) 2022-01-05 09:30:34 +11:00
open.rs Add support for load-env (#752) 2022-01-15 18:50:11 -05:00
rm.rs Use only $nu.env.PWD for getting the current directory (#587) 2022-01-05 09:30:34 +11:00
save.rs Add support for load-env (#752) 2022-01-15 18:50:11 -05:00
touch.rs Fix directory change lag (#672) 2022-01-05 16:50:27 +11:00
util.rs Use only $nu.env.PWD for getting the current directory (#587) 2022-01-05 09:30:34 +11:00