nushell/crates/nu-command/src/filesystem
JT 676457acd3
Better ls paths (#4612)
* Fix ls paths... again

* Fix ls paths... again

* Always expand paths inside of glob_from

* Expand in ls before we check for directory info
2022-02-23 10:54:47 -05:00
..
cd.rs Add example for cd,transpose,detect columns,split column and split row (#4549) 2022-02-19 09:24:48 -06:00
cp.rs feat: update #4518, add command examples for def, do, cp, mv, mkdir and ls (#4528) 2022-02-18 08:30:16 -06:00
ls.rs Better ls paths (#4612) 2022-02-23 10:54:47 -05:00
mkdir.rs feat: update #4518, add command examples for def, do, cp, mv, mkdir and ls (#4528) 2022-02-18 08:30:16 -06:00
mod.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
mv.rs feat: update #4518, add command examples for def, do, cp, mv, mkdir and ls (#4528) 2022-02-18 08:30:16 -06:00
open.rs Add nuon format for fun (#4401) 2022-02-20 16:26:41 -05:00
rm.rs Add examples for env,let-env,rm,touch and date list-timezone (#4531) 2022-02-18 18:19:37 +02:00
save.rs feat: update: #4518, Add example for register,source,save,shuffle and from tsv (#4577) 2022-02-21 06:25:41 -06:00
touch.rs Add examples for env,let-env,rm,touch and date list-timezone (#4531) 2022-02-18 18:19:37 +02:00
util.rs Re-port filesystem commands (#4387) 2022-02-09 09:56:27 -05:00