1 个不稳定版本
0.1.0 | 2024年7月25日 |
---|
#2568 在 命令行工具
122 每月下载量
7KB
108 代码行
mvd
本项目仅用于教育目的,学习 Rust 编程。
描述
一个 CLI 工具,帮助您完成经典且令人烦恼的 mv /home/downloads/file .
它将最近添加的文件从一个文件夹(默认为下载文件夹)移动到您的工作目录。
用法
Usage: mvd [OPTIONS] [N] [NAMES]...
Arguments:
[N] Number of files to move [default: 1]
[NAMES]... A list of new names for the moved files
Options:
-c, --copy Copy files instead of move
-a Include files whose names begin with a dot (‘.’)
-s, --source <SOURCE> Specify the source folder [env: DOWNLOAD_DIR=] [default: /home/user/Downloads]
-h, --help Print help
-V, --version Print version
依赖项
~1.3–1.9MB
~36K SLoC