nushell/crates/nu-command/src/filesystem
Wind 0110345755
making ls and du supports rest parameters. (#12327)
# Description
Close: #12147
Close: #11796 

About the change: it make pattern handling into a function:
`ls_for_one_pattern`(for ls), `du_for_one_pattern`(for du). Then
iterates on user input pattern, call these core function, and chaining
these iterator to one pipelinedata.
2024-04-13 15:03:17 +00:00
..
cd.rs Make auto-cd check for permissions (#12342) 2024-04-06 08:56:46 -05:00
du.rs making ls and du supports rest parameters. (#12327) 2024-04-13 15:03:17 +00:00
glob.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
ls.rs making ls and du supports rest parameters. (#12327) 2024-04-13 15:03:17 +00:00
mktemp.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
mod.rs remove old mv command in favor of umv (renamed to mv) (#12022) 2024-03-01 09:37:23 +08:00
open.rs Use nightly clippy to kill dead code/fix style (#12334) 2024-03-30 09:17:28 +08:00
rm.rs Fix stop suggesting --trash when already enabled (issue #12361) (#12362) 2024-04-05 20:28:40 -05:00
save.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
start.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
touch.rs Fix #12391: mkdir uses process startup directory instead of current script directory (#12394) 2024-04-04 14:23:10 +02:00
ucp.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
umkdir.rs Fix #12391: mkdir uses process startup directory instead of current script directory (#12394) 2024-04-04 14:23:10 +02:00
umv.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
util.rs making ls and du supports rest parameters. (#12327) 2024-04-13 15:03:17 +00:00
watch.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00