wrouch

Crates.iowrouch
lib.rswrouch
version0.1.1
sourcesrc
created_at2023-02-08 06:11:31.189721
updated_at2023-02-09 06:12:08.578202
descriptionWrouch is a cli tool that implements `touch` by Rust and supports Windows.
homepagehttps://github.com/BruceDu521/wrouch
repositoryhttps://github.com/BruceDu521/wrouch.git
max_upload_size
id779411
size19,911
Bruce Du (BruceDu521)

documentation

README

Wrouch

Wrouch is a cli tool that implements touch by Rust and supports Windows.

Install

cargo install wrouch

Usage

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
Commit count: 21

cargo fmt