Crates.io | wrouch |
lib.rs | wrouch |
version | 0.1.1 |
source | src |
created_at | 2023-02-08 06:11:31.189721 |
updated_at | 2023-02-09 06:12:08.578202 |
description | Wrouch is a cli tool that implements `touch` by Rust and supports Windows. |
homepage | https://github.com/BruceDu521/wrouch |
repository | https://github.com/BruceDu521/wrouch.git |
max_upload_size | |
id | 779411 |
size | 19,911 |
Wrouch is a cli tool that implements touch
by Rust and supports Windows.
cargo install wrouch
Wrouch is a cli tool that implements `touch` by Rust and supports Windows.
Usage: wrouch [OPTIONS] [FILE_PATHS]...
Arguments:
[FILE_PATHS]...
Options:
-a, --access change only the access time
-c, --no-create do not create any files
-d, --date <DATE> parse STRING and use it instead of current time, e.g: '2001-01-01 12:02:03'
-m, --modification change only the modification time
-r, --reference <REFERENCE> use this file's times instead of current time
-h, --help Print help
-V, --version Print version