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
- Host: GitHub
- URL: https://github.com/dearblue/ruby-zipcut
- Owner: dearblue
- License: bsd-2-clause
- Created: 2018-01-11T12:22:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T12:24:15.000Z (over 7 years ago)
- Last Synced: 2025-02-12T11:34:50.207Z (4 months ago)
- Topics: ruby, zip
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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## 使い方