Git Product home page Git Product logo

sublime-codec's Introduction

Sublime Codec for ST2 and ST3

Provides a bunch of useful codecs as a Sublime Text plugin to allow you to work with:

  • RFC 4648:
    • encode/decode base64 (standard and url safe)
    • encode/decode base32
    • encode/decode base16 (hex)
  • RFC 1321:
    • MD5
  • FIPS 180-2:
    • SHA-1
    • SHA-224
    • SHA-256
    • SHA-384
    • SHA-512
  • RFC 3986 URL encoding (percent encoding):
    • URL encoding (classic)
    • URL encoding (new school plus instead of %20 method)
  • RFC 1522:
    • encode/decode MIME quoted-printable
  • Extensible Markup Language (XML) 1.0 (Fifth Edition):
    • escape/unescape character decoding
  • RFC 4627:
    • JSON encoding/decode
    • JSON encoding with escaped Unicode

Limitations

  • Note that this plugin assumes that your file is UTF-8 encoded.

Installation

Package Control

  • Install Package Control https://sublime.wbond.net/installation
  • Pull up the command palette (Shift+Super+P)
  • Type Package Control: Install Package and press return key
  • Type Codec and press return key
  • Enjoy

Manual Install

Usage

  • Look in the selection menu
  • Look in command palette under Codec (Shift+Super+P to bring up palette)
  • Ctrl+Super+Y to base64 encode
  • Shift+Super+Y to base64 decode

sublime-codec's People

Contributors

furikake avatar soulgain avatar

Watchers

Matt Haggard avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.