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

I used the same action repeatedly and it would be nice if the last action would be suggested, similar to search results

Why not have all the case capabilities. Is it stuck on a branch somewhere? https://stackoverflow.com/questions/4068573/convert-string-to-pascal-case-aka-uppercamelcase-in-javascript

This is a very usefull feature to have, would be great if someone can add this to Boop. Amazing piece of software! Thank you.

enhancement
good first issue
new scripts

Hi @IvanMathy @nhnicwaller I have created PR for the above Issue. Please review and let me know as this is a first issue I am committing for open source :)....

Just a small thing, but to me the Boop application icon looks rather "clumsy" in both the macOS app switcher & the dock. Can you replace the icon with a...

enhancement

Hello! Love the tool, thanks for making it! Oftentimes, I have a large-ish object in Python that I'd want to format similar to JSON so it's more human-readable. In Python,...

When selecting single line of text in 3rd party software and triggering Boop with a hotkey, syntax highlighting does not work until you press Enter to create another line in...

It seems if I have selected text i cannot write to the fullText.

Given the input JSON `{"id": 3227399403801874432}` I expect the same integer value after running Format JSON. Instead, the result shows `"id": 3227399403801874400`.