Boop icon indicating copy to clipboard operation
Boop copied to clipboard

A scriptable scratchpad for developers. In slow yet steady progress.

Results 140 Boop issues
Sort by recently updated
recently updated
newest added

- Add js file to generate uuid.

A simple Version 4 UUID Generator.

enhancement
new scripts

Currently it only reads the custom scripts in one level under the custom script folder. Should support deeper level inside the folder, which makes it very inconvenient when we have...

This PR adds a menu item and keyboard shortcut to open the user scripts folder. Menu -> Scripts -> Open Scripts Folder Keyboard shortcut: ⌘+⇧+F (Command + Shift + F)...

Any tab entered into Boop, either via typing or the result of a script, is converted into 4 spaces. Expected behavior: - The only changes made to the text should...

Request: A way to open the current scripts folder in Finder. Suggestions: - Menu item in "Scripts" menu - "Open Scripts Folder" - Button in Preferences -> Scripts dialog -...

It could be great to have a new script to convert yaml to .properties files and viceversa.

My first idea for a new boop plugin was a query that would allow you to keep or discard a subset of matching lines -- basically, `grep`. This could also...

enhancement

I find that I often have to convert a configuration file from one environment to several other environments. Rather than doing 5 separate find/replaces for each of the 6 environments,...