This workflow copies or moves last downloaded file to present working directory.
In the version 3.0, following commands are supported:
1. cpd ==> copies the only one last downloaded file to the current working directory.
2. cpda ==> copies all files/folders in Downloads to the current working directory.
3. cpda EXTENSION ==> For example: cpda pdf or cpda txt This will copy all the pdf/txt files from downloads to current working directory.
4. mvd ==> moves the only one last downloaded file to the current working directory.
5. mvda ==> moves all files/folders in Downloads to the current working directory.
6. mvda EXTENSION ==> For example: mvda pdf or mvda txt This will move all the pdf/txt files from downloads to current working directory.