Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base64-encoder-decoder Minor Description and Manifest changes. #154

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/base64-encoder-decoder/0.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ To use this package, just copy the text you want to encode or decode to the clip

### Examples

Encode:
- `Text to be encoded` -> `:b64e` -> `VGV4dCB0byBiZSBlbmNvZGVk`

Decode:
- `VGV4dCB0byBiZSBlbmNvZGVk` -> `:b64d` -> `Text to be encoded`

It's simple as that!
Expand Down
4 changes: 2 additions & 2 deletions packages/base64-encoder-decoder/0.1.0/_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: "Base64 Encoder and Decoder"
description: Espanso package for encode and decode clipboard content
version: 0.1.0
author: Werner Gottschalt
homepage: "https://github.com/WernerLuiz92/espanso-packages/packages/base64-encoder-decoder/0.1.0"
tags: ["base64", "encode", "decode", "clipboard", "base64encode", "base64decode"]
homepage: "https://github.com/WernerLuiz92/espanso-packages"
tags: ["base64", "encode", "decode", "clipboard", "base64encode", "base64decode"]
Loading