Crates.io | mvd |
lib.rs | mvd |
version | 0.1.0 |
source | src |
created_at | 2024-07-25 14:46:48.484835 |
updated_at | 2024-07-25 14:46:48.484835 |
description | Lightweight CLI tool that moves the most recently added files from downloads to the working directory |
homepage | |
repository | https://github.com/samuelevalperta/mvd |
max_upload_size | |
id | 1315115 |
size | 13,211 |
This project is made just for educational pourpose on learning Rust.
A CLI tool that helps you with the classic and annoying mv /home/downloads/file .
It moves the most recently added files from a folder (by default from the downloads one) to your working directory.
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