archiver/README.md

17 lines
367 B
Markdown
Raw Normal View History

2024-11-01 17:34:12 +01:00
# Archiver
A golang library for extracting and creating archives.
[Documentation Link](https://pkg.go.dev/egtyl.xyz/omnibill/archiver)
## Roadmap
- [x] Automatically detect the archive format
- [x] Add mutexes to work with concurrency
2024-12-04 17:48:49 +01:00
- [ ] Support RAR format
- [ ] Add writing capability
2024-11-01 17:34:12 +01:00
## Supported Formats
- `.tar.gz`
- `.tar.bz2`
- `.tar.xz`
- `.tar`
- `.zip`