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

https://github.com/voidful/depack

Extract files from any type of archive in command line
https://github.com/voidful/depack

Last synced: 10 months ago
JSON representation

Extract files from any type of archive in command line

Awesome Lists containing this project

README

          

# Depack

Extract files from any type of archive in command line.

## Quick Start
### install
```bash
pip install depack
```

### decompress file
```bash
depack ./test.zip
```
or
```bash
unpack ./test.zip
```
or
```bash
python -m de.pack ./test.zip
```

### compress file
```bash
depack --create test.zip ./test_folder
```

## Reference
https://github.com/wummel/patool