Crates.io | glopy |
lib.rs | glopy |
version | 0.3.0 |
source | src |
created_at | 2022-12-29 18:05:48.749677 |
updated_at | 2022-12-31 09:45:13.977826 |
description | A cross-platform tool to copy files using glob patterns |
homepage | https://github.com/ndtoan96/glopy |
repository | https://github.com/ndtoan96/glopy |
max_upload_size | |
id | 747472 |
size | 19,002 |
CLI tool to copy files using glob pattern.
Have you ever wanted to copy all images (or .pdf, or .h) files in deeply nested subfolders to another folder, disregarding all folder structure? Then this is a tool for you.
Using cargo
cargo install glopy
Or download pre-built executable from release
Copy all pdf files in ./documents
to ./pdfs
folder
glopy --source ./documents --dest ./pdfs **/*.pdf
Run glopy -h
to see all options.