/url-encode-gedit-plugin

Gedit Plugin to URL encode/decode selected text

Primary LanguagePython

url-encode-gedit-plugin

Gedit Plugin to URL encode/decode selected text.

Installaion

Copy urlencode.plugin and urlencode.py to ~/.local/share/gedit/plugins/. Open (or re-open) Gedit. From Gedit's Edit menu, select "Preferences". Under the "Plugins" tab, find the "URL En/De-coder" and select it.

Usage

  1. Highlight the text you would like to URL encode or decode.
  2. To URL encode, go to "Edit" > "Url Characters" > "Url encode" or type Ctrl + Alt + u.
  3. To URL decode, go to "Edit" > "Url Characters" > "Url decode" or type Ctrl + Alt + v.

Credit Where It's Due

Still to Come

  • Keep replaced text selected.