nushell/crates/nu-command/src/filesystem
Access 708fee535c
fix: ls not show pattern error (#7143)
Log: fix pattern error show in ls command
2022-11-16 09:15:19 +01:00
..
cd.rs Refactor ansi stripping into nu-utils functions (#6966) 2022-11-05 07:49:45 +13:00
cd_query.rs Add hooks to cli/repl (#5479) 2022-05-09 07:28:39 +12:00
cp.rs Refactor ansi stripping into nu-utils functions (#6966) 2022-11-05 07:49:45 +13:00
glob.rs Filter out empty glob patterns to "glob" command (#6707) 2022-10-15 18:00:38 +02:00
ls.rs fix: ls not show pattern error (#7143) 2022-11-16 09:15:19 +01: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 Run a round of clippy --fix to fix a ton of lints (#7006) 2022-11-04 15:11:17 -05:00
open.rs command open returns error when does not have parameters (#7048) (#7058) 2022-11-10 00:25:32 +01:00
rm.rs Better error message when rm can't find files (#7098) 2022-11-10 23:05:09 -08: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 Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00