https://github.com/trypsynth/basespoon
Hammerspoon module to encode and decode base64 strings.
https://github.com/trypsynth/basespoon
Last synced: 4 months ago
JSON representation
Hammerspoon module to encode and decode base64 strings.
- Host: GitHub
- URL: https://github.com/trypsynth/basespoon
- Owner: trypsynth
- License: mit
- Created: 2023-01-04T21:42:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T21:42:51.000Z (over 3 years ago)
- Last Synced: 2025-10-13T09:44:20.150Z (8 months ago)
- Language: Lua
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basespoon
Hammerspoon module that encodes and decodes Base64 strings with global hotkeys.
## Usage
Provided you have Hammerspoon installed, simply open the .spoon file, and then add the following two lines to your configuration:
```lua
hs.loadSpoon("Basespoon")
spoon.Basespoon:start()
```
After that, reload your config, and everything should work as expected.
## Keys
| Shortcut | Function |
| --- | --- |
| control+cmd+b | Encode a string as Base64 |
| control+cmd+shift+b | Decode a Base64 encoded string |