aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* Search upx in PATH instead of hardcoded paths.Carlos Cobo2015-07-021-5/+17
|
* Add Empty Argument CheckMichael Murphy2015-03-051-5/+9
| | | Print usage if no arguments are given.
* Remove \n from usageTextMichael Murphy2015-03-051-1/+1
|
* Improve usageTextMichael Murphy2015-03-051-1/+6
|
* Pass Arguments DirectlyMichael Murphy2015-03-051-68/+55
| | | | Replaced the flag package with a custom implementation utilizing os.Args. I've also fixed the program so that it can compress multiple Go binaries.
* Add compression parametersMichael Murphy2015-03-031-21/+56
| | | | | Added manual compression, best, brute and ultra-brute compression flags. Manual compression is called with the -c flag and ranges from 1 through 9. -best, -brute and -ultra-brute call their repective UPX compression levels.
* Extract logic to separate package, move command to cmd/goupxPeter Waller2013-02-181-0/+67