A Hammerspoon spoon that provides an editor for the ASCIImage format, which
allows creating images using ASCII art using the
hs.image.imageFromASCII
function which is based on the ASCIImage library.
- Live preview in different sizes
- Preview of menubar icon
- Preview of notification image
See the tricky example from the original blog post for explanation of how the image is created.
- Clone this repository to your Hammerspoon spoons directory:
cd ~/.hammerspoon/Spoons
git clone https://github.com/fbenkstein/ASCIImageEditor.spoon.git- Load the spoon in your Hammerspoon configuration:
hs.loadSpoon("ASCIImageEditor")-- Show the ASCIImage editor
spoon.ASCIImageEditor:show()MIT License
