Skip to content

m4ns0ur/base64-vscode-plugin

Repository files navigation

base64

base64 is a vscode extension to encode/decode Base64 data. It can encode multi-lines strings too (for instance JSON). It also supports Hex to Base64.

Features

You can select text and encode/decode to/from Base64. Search in command palette for base64 or use the key bindings. Multi-lines and Hex to Base64 is supported.

screenshot1 screenshot2 screenshot3 screenshot4 screenshot5

Key Bindings

encode text to Base64:  Ctrl+k Ctrl+4 (⌘+k ⌘+4 in Mac)
decode Base64 to text:  Ctrl+k Ctrl+5 (⌘+k ⌘+5 in Mac)
encode Hex to Base64:   Ctrl+k Ctrl+6 (⌘+k ⌘+6 in Mac)
decode Base64 to Hex:   Ctrl+k Ctrl+7 (⌘+k ⌘+7 in Mac)

Release Notes

1.0.0

Change keybindings to avoid conflict

0.1.0

  • Add actions in context menu
  • Validate if text is selected

0.0.4

Bug fix in Unicode encoding

0.0.3

Better description

0.0.2

  • Adding icon to plugin
  • Better keybindings for Mac

0.0.1

Initial release of base64

About

Plugin to encode/decode base64 data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published