Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revolunet/sublimetext-web-encoders

url and base64 helpers for SublimeText 2
https://github.com/revolunet/sublimetext-web-encoders

Last synced: about 2 months ago
JSON representation

url and base64 helpers for SublimeText 2

Awesome Lists containing this project

README

        

Sublime Text 2 Web encoders plugin
=====

A simple ST2 plugin to help you encode/decode data

Select the text you want to encode then `cmd+shift+P` and select your encoder.

Currently supports base64, urlencoding and HTML encoding

**Installation :**

- you should use [sublime package manager][1]
- use `cmd+shift+P` then `Package Control: Install Package`
- look for `Web Encoders` and install it.

**Usage :**

- use `cmd+shift+P` then choose your encoder to convert the selection
- or bind some key in your user key binding

The code is available at github [https://github.com/revolunet/sublimetext-web-encoders][2]

Licence MIT : [http://revolunet.mit-license.org][3]

[1]: http://wbond.net/sublime_packages/package_control
[2]: https://github.com/revolunet/sublimetext-web-encoders
[3]: http://revolunet.mit-license.org