Skip to content

CLI tool written in golang to inflate/deflate files

Notifications You must be signed in to change notification settings

anibaldeboni/rx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rx

Rom eXpander is a cli tool designed to help you manage your rom collection. It can compress individual rom files into zip files and inflate content files from zip files.

Usage

  rx [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  unzip       inflate rom files.
  zip         compress rom files.

Flags:
  -h, --help            help for rx
  -o, --output string   output directory
  -r, --recursive       walk recursively through directories
  -v, --version         version for rx
  -w, --workers int     number of workers to use (default 8)

If you don't set --output the files will be inflated/deflated to the same directory of the original files. Likewise if the dir path is not provided the current working dir will be used.

About

CLI tool written in golang to inflate/deflate files

Resources

Stars

Watchers

Forks

Packages

No packages published