Crates.io | cloister |
lib.rs | cloister |
version | 0.1.1 |
source | src |
created_at | 2023-04-13 17:36:33.234992 |
updated_at | 2023-04-13 17:42:09.986683 |
description | Zip non-git ignored files in a directory |
homepage | |
repository | https://github.com/SpicyRicecaker/cloister.git |
max_upload_size | |
id | 838540 |
size | 33,725 |
Cloister solves the problem of manually having to add files not in your git ignore to a zip file.
cloister zip somedirectory
# somedirectory.zip should now be in the current directory.
Zip non-git ignored files in a directory
Usage: cloister <COMMAND>
Commands:
zip Recursively adds all files in <directory> to <directory>.zip. Respects .gitignore files
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version