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

Latest commit

 

History

History
16 lines (13 loc) · 839 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 839 Bytes

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.