nushell/crates/nu-command/src/filesystem
Access b9195c2668
fix: fixcd (#6799)
* fix: fixcd

try to fix

Log: try to fix the bug with can enter a permisson error fold

* change wording

* fat

* fmt

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2022-11-05 07:38:39 +13:00
..
cd.rs fix: fixcd (#6799) 2022-11-05 07:38:39 +13:00
cd_query.rs Add hooks to cli/repl (#5479) 2022-05-09 07:28:39 +12:00
cp.rs Remove unnecessary #[allow(...)] annotations (#6870) 2022-10-24 20:12:16 +02:00
glob.rs Filter out empty glob patterns to "glob" command (#6707) 2022-10-15 18:00:38 +02:00
ls.rs Further edits to help messages (#6913) 2022-10-26 09:36:42 -07:00
mkdir.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
mod.rs enable cd to work with directory abbreviations (#5452) 2022-05-06 07:58:32 -05:00
mv.rs Make default for mv safer, require -f to overwrite (#6904) 2022-10-29 22:16:29 +02:00
open.rs Wrap open parse errors from from commands (#6877) 2022-10-24 20:09:19 +02:00
rm.rs rm: don't update target_exists every time in the loop (#6837) 2022-10-21 07:42:29 -07:00
save.rs Further edits to help messages (#6913) 2022-10-26 09:36:42 -07:00
touch.rs remove -d and -t from touch (#6629) 2022-09-28 13:48:34 +13:00
util.rs Remove unnecessary #[allow(...)] annotations (#6870) 2022-10-24 20:12:16 +02:00
watch.rs add -e flag to print, to print the value to stderr (#5935) 2022-07-02 09:54:49 -05:00