nushell/crates/nu-command/src/filesystem
2022-08-23 21:32:41 -07:00
..
cd_query.rs Add hooks to cli/repl (#5479) 2022-05-09 07:28:39 +12:00
cd.rs export get_shells and get_current_shell (#6236) 2022-08-05 07:58:40 -05:00
cp.rs Make cp errors more specific (#6396) 2022-08-23 21:32:41 -07:00
glob.rs update some dependencies (#6009) 2022-07-11 11:18:06 -05:00
ls.rs make cd, cp, ls, mv, open and rm automatically strip ansi codes (#6220) 2022-08-04 06:59:20 -05:00
mkdir.rs feat: add search terms to date (#5306) 2022-04-23 08:54:03 -05:00
mod.rs enable cd to work with directory abbreviations (#5452) 2022-05-06 07:58:32 -05:00
mv.rs Return error when moving a source directory to a target directory which contains a subdirectory with the same name as the source (#6284) 2022-08-10 06:51:11 -05:00
open.rs make cd, cp, ls, mv, open and rm automatically strip ansi codes (#6220) 2022-08-04 06:59:20 -05:00
rm.rs make cd, cp, ls, mv, open and rm automatically strip ansi codes (#6220) 2022-08-04 06:59:20 -05:00
save.rs Improve internal documentation of save command (#5704) 2022-06-03 11:35:31 +02:00
touch.rs Return error early if seconds part of timestamp is invalid (#6193) 2022-07-31 07:32:16 -05:00
util.rs cp, mv, and rm commands need to support -i flag (#5523) 2022-05-18 09:53:46 -05:00
watch.rs add -e flag to print, to print the value to stderr (#5935) 2022-07-02 09:54:49 -05:00