nushell/crates/nu-command/src/filesystem
Jakub Žádník d0c280f6cc
Fixes how environment is cloned inside tight loops (#678)
* Improve cd IO error

* Fix environment cloning in loops

* Remove debug print

* Fmt
2022-01-06 09:21:26 +11:00
..
cd.rs Fixes how environment is cloned inside tight loops (#678) 2022-01-06 09:21:26 +11:00
cp.rs Use only $nu.env.PWD for getting the current directory (#587) 2022-01-05 09:30:34 +11:00
ls.rs Make ls more forgiving (#681) 2022-01-06 09:21:15 +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 Add support for 'open' (#573) 2021-12-25 06:24:55 +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 Fix some 'open' signature stuff (#583) 2021-12-26 09:13:43 +11:00
rm.rs Use only $nu.env.PWD for getting the current directory (#587) 2022-01-05 09:30:34 +11: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