Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli/unzip-gbk: Exit if error occurs | Aaron LI | 2019-10-16 | 1 | -2/+2 |
| | |||||
* | cli/unzip-gbk: Rewrite in shell and use bsdtar/7z | Aaron LI | 2019-08-27 | 1 | -0/+55 |
* Rewrite in shell instead of using the deprecated Python 2. * Use bsdtar/7z to extract zip to preserve the filename encoding; these tools also support encrypted zip archives. * Use iconv to convert the filename encoding. |