- Notifications
You must be signed in to change notification settings - Fork3
Open gzip & bzip2 files with Sublime Text
License
NotificationsYou must be signed in to change notification settings
joernhees/sublime-compressor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Small plugin which transparently decompresses gzip (.gz), bzip2 (.bz2), LZMA (.xz) files when opened in Sublime Text.
This is an alpha release, use with care, feedback & code welcome!
When opening a new file this plugin will check the magic bytes for identifying the compression format.If this matches, the useless binary view of the file will be closed and a new temporary file will be opened as readonly, filled with the decompressed content.
As usual viaPackage Control.
- read only (would be cool if compressed file was substituted on save)
- no partial decompression (full file is decompressed and inserted in new file, maybe it's possible to just decompress a window)
- re-opening compressed file that is opened in a tab already will not jump to that tab but decompress it into a second copy
About
Open gzip & bzip2 files with Sublime Text
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Contributors2
Uh oh!
There was an error while loading.Please reload this page.