Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdamianik/folder-archiver
A visual studio code extension to compress folders
https://github.com/pdamianik/folder-archiver
folder-archiver vscode vscode-extension
Last synced: about 2 months ago
JSON representation
A visual studio code extension to compress folders
- Host: GitHub
- URL: https://github.com/pdamianik/folder-archiver
- Owner: pdamianik
- License: gpl-3.0
- Created: 2020-05-13T19:39:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T18:00:09.000Z (almost 2 years ago)
- Last Synced: 2023-06-17T02:20:47.238Z (over 1 year ago)
- Topics: folder-archiver, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=pdamianik.folder-archiver
- Size: 896 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Archiver README
Provides a archiver with extendable archive types
## HOW TO
Just right-click on any folder in the workspace you want to archive and choose 'Archive'.
If you have more than one archive type installed, the extension will prompt you for an archive type it should use to archive the folder.
After the folder is scanned and archived a save dialog will pop up to choose where to save the archive.## Features
* Custom archive types:
You can create and register your own archive types. You can find a tutorial on how to create your own folder-archive ArchiveType here: https://github.com/pdamianik/folder-archiver/blob/master/src/Archive/ArchiveTypes/README.md
## Requirements
## Extension Settings
This extension contributes the following settings:
* `folder-archiver.maxArchiveThreadCount`: configure how many archive threads can be active at the same time
## Known Issues
- [x] setting `folder-archiver.maxArchiveThreadCount` can't be disable with value of 0 or lower
## TODO
### Requried for the first release 0.0.1
- [x] add custom archive type tutrial
### Required for 0.1.0
- [ ] add extract functionality
### Requrired for 1.0.0
- [ ] reimplement the system with dependency injection
## Release Notes
### 0.0.1
Initial release of Folder Archiver