/plop

🔤 Scriptable text expansion microtool

Primary LanguageJavaScript

plop (working title)

Scriptable text expansion microtool.

Status: pre-alpha / prototype / I thought of this an hour ago

demo of the tool printing "hello world" demo of the tool sequentially printing the song "99 bottles of beer on the wall" demo of multiline text entry

Usage:

# Only works on MacOS for now.
git clone https://github.com/rileyjshaw/plop
cd plop
npm i
npm start

While going about your business, hit Cmd + Shift + Space. Write some valid JavaScript. The result will be typed into whatever program you have open.

Note:

\n triggers a simulated Enter press. Please be kind, don't spam your group chat.