nushell/crates/nu-command/src/filesystem
Robert Broketa 690ec9abfa
Implement rest of touch flags (#5119)
* Add timestamp flag to `touch` command

* Add modify flag to `touch` command

* Add date flag to `touch` command

* Remove unnecessary `touch` test and fix tests setups

* Change `touch` flags descriptions

* Update `touch` example

* Add reference flag to `touch` command

* Add access flag to `touch` command

* Add no-create flag to `touch` command

* Replace `unwrap` with `expect`
2022-04-07 06:44:05 -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 Nu glob (#4818) 2022-03-13 11:30:27 -07:00
glob.rs Add unary not (#5111) 2022-04-07 07:10:25 +12:00
ls.rs Add search terms to many commands (#5096) 2022-04-05 07:01:21 -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 new glob command (#5087) 2022-04-05 08:45:01 +12:00
mv.rs Add quiet and feedback to mv command (#5073) 2022-04-05 06:30:51 +12:00
open.rs Allow open to work with 'from ...' block commands (#5049) 2022-04-02 07:52:32 +13:00
rm.rs Termux/Android target support for v0.60.0 (#4956) 2022-03-27 07:21:19 +13:00
save.rs Add streaming support to save for ExternalStream data (#4985) 2022-03-27 15:39:27 +13:00
touch.rs Implement rest of touch flags (#5119) 2022-04-07 06:44:05 -05:00
util.rs Re-port filesystem commands (#4387) 2022-02-09 09:56:27 -05:00