Built-in Scripts
Covers JSON format/minify, Base64 encode/decode, URL encode/decode, HTML entities, SHA/MD5 hash, case conversion (camel, snake, title), sort lines, remove duplicates, count characters, diff two blocks, and many more.
Custom Scripts
Drop a .js file into ~/Library/Application Support/Boop/Scripts/. Scripts receive text input and return modified text. Full JavaScript with access to a sandboxed environment.
Undo
Each transformation is undoable. Chain multiple scripts on the same text by running them sequentially โ use โZ to step back through transforms.