Skip to content

Commit

Permalink
Merge pull request #154 from WernerLuiz92/main
Browse files Browse the repository at this point in the history
`base64-encoder-decoder` Minor Description and Manifest changes.
  • Loading branch information
smeech authored Jan 22, 2025
2 parents 706ac64 + c44789d commit 972aa6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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"]

0 comments on commit 972aa6a

Please sign in to comment.