Skip to content

rickydodd-tools/zem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shellcheck workflow

Zip 'em! (zem)

zem is a tool for quickly and recursively zipping files with specific file extensions.

Examples

You can obtain these same examples with zem --tldr in the command-line.

  • Create a zip file named "htmls.tar" that contains all files with the ".html" extension.

    zem -o "htmls.tar" -p "*.html"
  • Create a zip file named "web.tar" that contains all files with the ".html" and ".css" extensions.

    zem -o "web.tar" -n 2 -p "*.html" "*.css"

To-Do

  • Add option to specify root directory.
  • Add option(s) for compression.

About

zem is a tool for quickly zipping files with specific file extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages