An open API service indexing awesome lists of open source software.

https://github.com/dearblue/ruby-zipcut

entry manipurator for zip archive
https://github.com/dearblue/ruby-zipcut

ruby zip

Last synced: about 2 months ago
JSON representation

entry manipurator for zip archive

Awesome Lists containing this project

README

        

# zipcut - entry modifier for zip archive


THIS IS EXPERIMENTAL LIBRARY! YOU MAY LOST DATA!


実験的なライブラリです! データを失うおそれがあります!


zip 書庫ファイルをエントリ単位で分割します。
副次的な機能として、複数の zip 書庫を一つにまとめたり、エントリ名の変更などを行うことが出来ます。

* package name: zipcut
* author: dearblue (mailto:[email protected])
* report issue to:
* how to install: ``gem install --prerelease zipcut``
* version: 0.1.CONCEPT
* product quality: CONCEPT, EXPERIMENTAL
* licensing: BSD-2-Clause License
* dependency gems:
* [rubyzip-1.2.1](https://rubygems.org/gems/rubyzip)
under [BSD-2-Clause License](https://github.com/rubyzip/rubyzip/blob/v1.2.1/README.md#license)
by [Alexander Simonov](https://github.com/simonoff)

* [gogyou-0.2.5](https://rubygems.org/gems/gogyou)
under [BSD-2-Clause License](https://github.com/dearblue/ruby-gogyou/blob/0.2.5/LICENSE)
by [dearblue](https://github.com/dearblue)

* installed executable file:
* zipcut: directory level cuttor for zip archive file

## 使い方