Boop
Boop copied to clipboard
A scriptable scratchpad for developers. In slow yet steady progress.
Hi! It would be awesome one could customize the activiate key to be something else other than `CMD+B`. Other apps use different keys like `CMD+P` to open up an "Action"...
Generates a random number between min-max values specified by the user. If no range is specified, generates a random number between 0-1_000_000 as a fallback case.
Often need to diff two files to show the differences between them Boop should have it built in
It looks like the Start Case script strips some characters, I'm guessing outside the range of [a-zA-Z]. 1. Use the following text as input: (Hello) wørld 2. Select Start Case...
I want to add few actions that would call AI provider to perform some action that I will define. I can easily implement that code in programming language, but what...
It would be nice to have a Window -> Always on Top feature… Im recently finding my myself have Boop as a companion to my IDE to manipulate test date...
This might be a very good or a very bad idea, but given that users may develop their own useful scripts, it might be good to have a collective base...
I'm not a Swift developer. pls improve if needed
Converting Bullet Points to File Structure, and vice versa ``` YourApp - Core - DependencyInjection - DependencyContainer.swift - Networking - NetworkManager.swift - APIEndpoint.swift ``` to ``` YourApp/ └── Core/ ├──...