nushell/crates/nu-command/src/filesystem
Andrej Kolchin 72f7b9b7cc
Add umkdir command (#10785)
A `mkdir` command, which uses `uu_mkdir` as backend.

close #10515.
2023-10-30 07:59:48 -05:00
..
cd.rs Remove cd w/ abbreviations (#10588) 2023-10-03 10:51:46 +13:00
cp.rs Allow filesystem commands to access files with glob metachars in name (#10694) 2023-10-18 13:31:15 -05:00
glob.rs deprecate glob --not in favor of glob --exclude (#10827) 2023-10-25 17:11:57 +02:00
ls.rs Finish removing profile command and related data (#10807) 2023-10-22 14:06:53 +03:00
mkdir.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs Add umkdir command (#10785) 2023-10-30 07:59:48 -05:00
mv.rs Allow filesystem commands to access files with glob metachars in name (#10694) 2023-10-18 13:31:15 -05:00
open.rs allow multiple extensions (#10593) 2023-10-13 13:45:36 -05:00
rm.rs Allow filesystem commands to access files with glob metachars in name (#10694) 2023-10-18 13:31:15 -05:00
save.rs Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
start.rs fix clippy (#10659) 2023-10-10 03:31:15 +13:00
touch.rs Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
ucp.rs readd update flag to cp command (#10824) 2023-10-25 11:30:13 +02:00
umkdir.rs Add umkdir command (#10785) 2023-10-30 07:59:48 -05:00
util.rs Fix cp -u/mv -u when the dst doesn't exist (#9662) 2023-07-12 18:12:59 +02:00
watch.rs show the full directory / file path in "directory not found" error (#10430) 2023-09-26 17:38:58 +08:00