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
- Host: GitHub
- URL: https://github.com/voidful/depack
- Owner: voidful
- Created: 2021-03-31T16:33:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T01:33:29.000Z (about 5 years ago)
- Last Synced: 2025-01-31T04:20:00.949Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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