#touch #windows #cli #cli-tool #utility

nightly bin+lib wrouch

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

2 unstable releases

0.1.1 Feb 9, 2023
0.1.0 Feb 9, 2023
0.0.1 Feb 8, 2023

#23 in #touch

40 downloads per month

MIT/Apache

8KB
144 lines

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

Dependencies

~2.2–3MB
~52K SLoC