Skip to content

fbenkstein/ASCIImageEditor.spoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCIImage Editor Spoon

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.

Features

  • Live preview in different sizes
  • Preview of menubar icon
  • Preview of notification image

Screenshot

See the tricky example from the original blog post for explanation of how the image is created.

Installation

  1. Clone this repository to your Hammerspoon spoons directory:
cd ~/.hammerspoon/Spoons
git clone https://github.com/fbenkstein/ASCIImageEditor.spoon.git
  1. Load the spoon in your Hammerspoon configuration:
hs.loadSpoon("ASCIImageEditor")

Usage

-- Show the ASCIImage editor
spoon.ASCIImageEditor:show()

License

MIT License

About

Interactive editor for hs.image.imageFromASCII.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published