This CLI tool is made to copy the latest file from the downloads folder to a specified folder. (folders will be ignored)
Starting as a small project to learn about how to write code in Rust, I often face conditions where downloading images from UI design tools such as Figma and will have to move the file to where my project is. This tool is made to simplify that step.
```shell
cargo install cplat
cargo build ```