Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

BrightIT/escape-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9362d5 · Aug 10, 2016

History

45 Commits
Mar 29, 2015
Aug 10, 2016
Nov 22, 2014
Jun 29, 2015
Jun 27, 2015
Jun 30, 2014
Aug 10, 2016
Jul 17, 2015
Jul 17, 2015
Jul 20, 2014
Aug 10, 2016

Repository files navigation

Build Status License MIT

Escape Utils atom package

Demo

This package that takes care of your encoding (escaping) needs: url, base64, html and soon: json, js, sql, xml, sgml

It support multi line selection, and it is well unit tested.

Key bindings

  • shift-cmd-e shift-cmd-u to URL encode selected text.
  • shift-cmd-e cmd-u to URL decode selected text.
  • shift-cmd-e shift-cmd-b to encode selected text using Base64.
  • shift-cmd-e cmd-b to decode selected text using Base64.
  • shift-cmd-e shift-cmd-h to escape HTML entites.
  • shift-cmd-e cmd-h to unescape HTML entities.