Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 760 Bytes

File metadata and controls

23 lines (15 loc) · 760 Bytes

Base64 Context Menu

Encode

Adds an "Base64 encode to file" context-menu entry without installing any third party software or resources.

Properties

  • Entry is shown on any file extension *
  • Creates a file, named like the right clicked file, with .b64 file extension
  • Existing .b64 files are overwritten on execution
  • Supports multi-selection
  • Doesn't need admin rights
  • Optional console output about actions

Variants

  • Silent: Encoding happens silently (a powershell windows pops up very quick but closes immediately)
  • Normal: Encoding gives you a text Output of what happened and which file was added

Preview

Animation