#下载 #命令行工具 #目录 #最近 #添加 #移动 #最多

bin+lib mvd

轻量级 CLI 工具,将最近添加的文件从下载目录移动到工作目录

1 个不稳定版本

0.1.0 2024年7月25日

#2568命令行工具

Download history 101/week @ 2024-07-21 21/week @ 2024-07-28

122 每月下载量

MIT 许可证

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