Crates.io | cplat |
lib.rs | cplat |
version | 0.1.0 |
source | src |
created_at | 2023-09-05 00:16:53.843536 |
updated_at | 2023-09-05 00:16:53.843536 |
description | A tool to copy the latest file from Downloads folder |
homepage | https://github.com/Eric1015/cplat |
repository | https://github.com/Eric1015/cplat |
max_upload_size | |
id | 963740 |
size | 15,139 |
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.
# install the CLI tool from crates.io
cargo install cplat
# or install from local after cloning this repo
cargo build