nushell/crates/nu-command/src/filesystem
Ian Manske a8890d5cca
Fix potential panic in ls (#14655)
# Description

Fixes a potential panic in `ls`.

# User-Facing Changes

Entries in the same directory are sorted first based on whether or not
they errored. Errors will be listed first, potentially stopping the
pipeline short.
2024-12-21 15:09:46 -08:00
..
cd.rs Revert "Feature: PWD-per-drive to facilitate working on multiple drives at Windows" (#14598) 2024-12-16 13:52:07 -06:00
du.rs Remove -a/-all flag in du. (#14618) 2024-12-18 10:45:54 -06:00
glob.rs Make glob stream (#14495) 2024-12-03 15:21:09 -06:00
ls.rs Fix potential panic in ls (#14655) 2024-12-21 15:09:46 -08:00
mktemp.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
mod.rs Add utouch command from uutils/coreutils (#11817) 2024-11-17 18:03:21 -06:00
open.rs Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
rm.rs Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
save.rs Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
start.rs Set current working directory at startup (#12953) 2024-09-25 13:04:26 -05:00
touch.rs Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
ucp.rs Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
umkdir.rs Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
umv.rs Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
util.rs Remove duplicate implementations of CallExt::rest (#14484) 2024-12-01 15:03:45 +01:00
utouch.rs add coreutils to search terms 2024-12-07 07:20:46 -06:00
watch.rs Rely on display_output hook for formatting values from evaluations (#14361) 2024-11-19 21:04:29 +08:00