Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Manipulator Plugin

This is an simple plugin to extend text manipulation in Micro.

Keybindings

By default no keybindings exist, but you can easily modify that in your bindings.json file:

{
    "Ctrl-L": "manipulator.lower"
}

You can also execute a command which will do the same thing as the binding:

> lower

If you have a selection, the plugin will change all of the selection.

The following commands currently exists:

  • upper: UPPERCASE
  • lower: lowercase
  • reverse: Reverses
  • base64enc: Base64 encodes
  • base64dec: Base64 decodes
  • rot13: ROT-13
  • incNum: Increase number by one
  • decNum: Decrease number by one
  • capital: Capitalize First Letter
  • brace: Adds brackets around selection
    • curly: Curly brackets ({ })
    • square: Square brackets ([ ])
    • angle: Angle brackets (< >)
    • dquote: Double quotes (" ")
    • squote: Single quotes (' ')

Issues

Please use the issue tracker if you have any issues or feature requests!

Demo

Demo

Morty Proxy This is a proxified and sanitized view of the page, visit original site.