colinta / SublimeStringEncode

Converts characters from one "encoding" to another using a transformation (think HTML entities, not character encodings)
Other
150 stars 22 forks source link

GZip+Base64 command #42

Closed pandasauce closed 4 years ago

pandasauce commented 4 years ago

I added a command that GZips the selected string and encodes it with Base64, an equivalent of gzip -c | base64, and a corresponding decoder.

It's handy when you need to inline a compressed resource in code.

colinta commented 4 years ago

Thanks! Available in 2.5.0