Categorygithub.com/ieee0824/zip-line
repository
0.0.2
Repository: https://github.com/ieee0824/zip-line.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

zip-line

linux/mac からwindows向けのzipを文字化けさせずに生成する

インストール

バイナリー

OSに合わせたバイナリーをダウンロードしてパスの通った場所にコピーする

https://github.com/ieee0824/zip-line/releases

ソースコードから

$ go get -u github.com/ieee0824/zip-line/cmd/zipl

オプション

  -o string
        出力先を指定する
  -p string
        暗号化zipのパスワード(オプション)
        未指定のとき暗号化はされない
  -t string
        圧縮したいファイルまたはディレクトリのパスを指定する
  -w    windows向けのzipを生成する (オプション)