Dow is a command-line tool designed to move the most recent download to a new location.
usage:
mv the last downloaded file in the current (or the specified) folder
Usage:
dow [flags]
Examples:
dow
dow /path/to/target
dow -v | xargs -rd '\n' code
Flags:
-h, --help help for dow
-v, --verbose show the name of the moved file
-y, --yes force dow to move the latest file even if it's old
go install github.com/just-hms/dow@latest
Your download folder is not in ~/Downloads
? Set up the DOW_DOWNLOAD_PATH
environment variable to explicitly define the path to your downloads folder. This ensures Dow knows exactly where to look.
export DOW_DOWNLOAD_PATH=path/to/your/download-folder