mvd 0.1.0

Lightweight CLI tool that moves the most recently added files from downloads to the working directory
Documentation
  • Coverage
  • 66.67%
    6 out of 9 items documented0 out of 2 items with examples
  • Size
  • Source code size: 13.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 356.35 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • samuelevalperta/mvd
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • samuelevalperta

mvd

This project is made just for educational pourpose on learning Rust.

Description

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

  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