Skip to content

Hammerspoon module to encode and decode base64 strings.

License

Notifications You must be signed in to change notification settings

TheQuinbox/Basespoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

About

Hammerspoon module to encode and decode base64 strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages