Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Easy Compression

An easy-to-use CLI-based compression tool.

Usage

NAME:
EasyCompression - A CLI-based tool for (de)compression
USAGE:
EasyCompression [global options] command [command options] [arguments...]
VERSION:
v0.1.0
AUTHOR:
Michael Tei
COMMANDS:
compress, c Compresses the input
decompress, d Decompresses the input
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--output value, -o value Sets the output name
--help, -h show help (default: false)
--version, -v print the version (default: false)

Examples

  • Compress path_to_file to a file named compressed
EasyCompression(.exe) c path_to_file
  • Compress path_to_file to a file named output_name
EasyCompression(.exe) -o output_name c path_to_file
  • Decompress path_to_file to a file named decompressed
EasyCompression(.exe) d path_to_file
  • Decompress path_to_file to a file named output_name
EasyCompression(.exe) -o output_name d path_to_file

Dev

Install

go install

Build

go build

References

About

An easy-to-use CLI-based compression tool.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages