Skip to content

Instantly share code, notes, and snippets.

View mchataigner's full-sized avatar

Mathieu Bressolle-Chataigner mchataigner

View GitHub Profile
@mchataigner
mchataigner / Default.sublime-commands
Created July 3, 2013 08:54
sublime text 3 plugin to encode and decode quoted printable texts
[
{
"caption": "QuoPriEncDec: quotedprintable encode",
"command": "quo_pri_enc"
},
{
"caption": "QuoPriEncDec: quotedprintable decode",
"command": "quo_pri_dec"
}
]