cloister

Crates.iocloister
lib.rscloister
version0.1.1
sourcesrc
created_at2023-04-13 17:36:33.234992
updated_at2023-04-13 17:42:09.986683
descriptionZip non-git ignored files in a directory
homepage
repositoryhttps://github.com/SpicyRicecaker/cloister.git
max_upload_size
id838540
size33,725
Andy Li (SpicyRicecaker)

documentation

README

Cloister solves the problem of manually having to add files not in your git ignore to a zip file.

Example

cloister zip somedirectory 
# somedirectory.zip should now be in the current directory.

Usage

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
Commit count: 8

cargo fmt