Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Open gzip & bzip2 files with Sublime Text

License

NotificationsYou must be signed in to change notification settings

joernhees/sublime-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Installation

As usual viaPackage Control.

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

About

Open gzip & bzip2 files with Sublime Text

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp