RubyGems Navigation menu

extracter 1.2.23

This fairly small project can be used to extract different archive formats such as .tar.bz2 or .tbz - archives such as .gem and .lzma will also work. You can also extract audio, by making use of class ExtractAudio (part of the multimedia_paradise gem. The latter is - and should be - optional, though. If you have no such use case then you won't need to install the multimedia_paradise gem. Usage example: require 'extracter' Extracter.new('/foo/bla-1.0.tar.bz2') The second argument that can be passed to the method new() specifies where this should be extract to. For example: Extracter.new('/foo/bla-1.0.tar.bz2', '/opt') This would extract to the /opt directory. You can query whether input is an archive or not via: Extracter.is_archive? 'foo.tar.xz' As of April 2014 we also provide a bin/extract file, so that you can simply extract something from the commandline. Since as of November 2018, class Extracter can also "extract" .iso files. (The .iso will be mounted to a directory that will be created, actually.)

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.2.23 - March 18, 2023 (23 KB)
  2. 1.2.22 - March 18, 2023 (23 KB)
  3. 1.2.21 - September 22, 2022 (23 KB)
  4. 1.2.20 - September 21, 2022 (23 KB)
  5. 1.2.19 - September 21, 2022 (23 KB)
Show all versions (129 total)

Runtime Dependencies (1):

opn >= 0

Owners:

Pushed by:

Authors:

  • Robert A. Heiler

SHA 256 checksum:

c3ce87c090cc2ef3eb332774b11c242ac0c6940f9c891e1ad3d840214189815a

Total downloads 75,821

For this version 127

License:

MIT

Required Ruby Version: >= 2.7.6

Required Rubygems Version: >= 3.4.6

Links: