All Projects → sgtlambda → Extrakt

sgtlambda / Extrakt

Extract .tar(.gz) using the system binary (fast!), with a javascript fallback (portable!)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Extrakt

Decompress
Extracting archives made easy
Stars: ✭ 316 (+1563.16%)
Mutual labels:  extract, tar
tar
A simple tar implementation in C
Stars: ✭ 89 (+368.42%)
Mutual labels:  extract, tar
Archiver
Easily create & extract archives, and compress & decompress files of various formats
Stars: ✭ 3,373 (+17652.63%)
Mutual labels:  extract, tar
ratarmount
Random Access Read-Only Tar Mount
Stars: ✭ 217 (+1042.11%)
Mutual labels:  extract, tar
Libarchivejs
Archive library for browsers
Stars: ✭ 145 (+663.16%)
Mutual labels:  extract, tar
PLzmaSDK
PLzmaSDK is (Portable, Patched, Package, cross-P-latform) Lzma SDK.
Stars: ✭ 28 (+47.37%)
Mutual labels:  extract, tar
Lessmsi
A tool to view and extract the contents of an Windows Installer (.msi) file.
Stars: ✭ 726 (+3721.05%)
Mutual labels:  extract
Leanify
lightweight lossless file minifier/optimizer
Stars: ✭ 694 (+3552.63%)
Mutual labels:  tar
Extract Loader
webpack loader to extract HTML and CSS from the bundle
Stars: ✭ 297 (+1463.16%)
Mutual labels:  extract
Camelot
Camelot: PDF Table Extraction for Humans
Stars: ✭ 3,150 (+16478.95%)
Mutual labels:  extract
Nativexplatform
Akeeba Portable Tools (cross-platform) - Desktop utilities for use with Akeeba Backup and Akeeba Solo
Stars: ✭ 17 (-10.53%)
Mutual labels:  extract
Chatistics
💬 Python scripts to parse Messenger, Hangouts, WhatsApp and Telegram chat logs into DataFrames.
Stars: ✭ 814 (+4184.21%)
Mutual labels:  extract
Jailer
Database Subsetting and Relational Data Browsing Tool.
Stars: ✭ 576 (+2931.58%)
Mutual labels:  extract
Pyresparser
A simple resume parser used for extracting information from resumes
Stars: ✭ 297 (+1463.16%)
Mutual labels:  extract
3ds Titleid Extractor
This is an open source c++ application that extracts the title ID from a .cia file used by current nintendo systems.
Stars: ✭ 5 (-73.68%)
Mutual labels:  extract
Php Apk Parser
Read basic info about an application from .apk file.
Stars: ✭ 290 (+1426.32%)
Mutual labels:  extract
Flyover Reverse Engineering
Reversing Apple's 3D satellite mode
Stars: ✭ 485 (+2452.63%)
Mutual labels:  extract
Readabilitykit
Preview extractor for news, articles and full-texts in Swift
Stars: ✭ 756 (+3878.95%)
Mutual labels:  extract
Face Track Detect Extract
💎 Detect , track and extract the optimal face in multi-target faces (exclude side face and select the optimal face).
Stars: ✭ 434 (+2184.21%)
Mutual labels:  extract
Php Zip
PhpZip is a php-library for extended work with ZIP-archives.
Stars: ✭ 336 (+1668.42%)
Mutual labels:  extract

extrakt

Extract .tar and .tar.gz using the system binary (fast!), with a javascript fallback (portable!)

Makes a great team with nectar.

Build Status NPM Version

Install

$ npm install --save extrakt

Usage

const extrakt = require('extrakt');

extrakt('path/to/archive.tar.gz', 'output/directory');

API

extrakt(archive, extractTo)

Extract the archive at the given archive path to the extractTo directory.

Returns a Promise for the completion of the extraction.

archive

Type: string

Path to the archive

extractTo

Type: string

Destination directory

License

MIT © sgtlambda

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].