Home > mvdl

mvdl

Mvdl is a project mainly written in ..., it's free.

Move the most recent file in pre-defined folder to the current folder

mvdl

Move the most recent file in pre-defined folder to the current folder

I made this program so I could quickly move a just-downloaded file into the current working directory.

Installation

Put the mvdl script somewhere in your path.

Usage

mvdl [ARGUMENT]

mvdl's default behavior is to tell you what it thinks the most recent file is and ask if you want to move it, defaulting to 'no'. Any non-'y' key answers 'no'.

Arguments

help, -?, --help        - Display the help text
undo, -u, --undo        - Undo last action performed by mvdl
history, -h, --history  - Display the mvdl history

Required external programs

  • bash (probably won't work with other shells)

To Do

  • ?