Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joernhees/sublime-compressor
Open gzip & bzip2 files with Sublime Text
https://github.com/joernhees/sublime-compressor
bzip2 compressed decompression gzip plugin python sublime-text
Last synced: 29 days ago
JSON representation
Open gzip & bzip2 files with Sublime Text
- Host: GitHub
- URL: https://github.com/joernhees/sublime-compressor
- Owner: joernhees
- License: mit
- Created: 2014-11-04T16:27:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T14:49:44.000Z (over 1 year ago)
- Last Synced: 2024-08-01T05:24:01.647Z (3 months ago)
- Topics: bzip2, compressed, decompression, gzip, plugin, python, sublime-text
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sublime-compressor
==================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.Installation
------------
As usual via [Package Control](https://sublime.wbond.net/installation).Current limitations (feedback & code welcome)
---------------------------------------------
- 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