1 个不稳定版本
0.1.0 | 2023年8月20日 |
---|
73 在 #copy
7KB
111 行
安装
cargo install bkup
使用方法
CLI to add a date to the end of the file name and makes a copy. e.g. filename.YYYYmmddHHMMSS
Usage: bkup [OPTIONS] <PATH>
Arguments:
<PATH>
Options:
-b, --bak Create filename.bak
-o, --original Create filename.org
-s, --simple Create filename.YYYYmmdd
-h, --help Print help
-V, --version Print version
示例
$ bkup example.txt
Created: example.txt.20230101010101
许可协议
本项目采用 MIT 许可协议。请参阅仓库根目录下的 LICENSE 文件。
依赖项
~2.1–3MB
~51K SLoC