2 个不稳定版本
0.1.1 | 2023年2月9日 |
---|---|
0.1.0 |
|
0.0.1 | 2023年2月8日 |
#23 in #touch
8KB
144 行
Wrouch
Wrouch 是一个通过 Rust 实现 touch
并支持 Windows 的命令行工具。
安装
cargo安装 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
依赖
~2.2–3MB
~52K SLoC