Boop
Boop copied to clipboard
A scriptable scratchpad for developers. In slow yet steady progress.
This script will convert HTTP header format to JSON, stripping the protocol line and mapping all keys to string values, preserving quotes.
Currently, if a binary string formatted with 0b is inputted, it will resolve to zero since it only cares about the first numerical character in the line. This change will...
Hello, I'm interested in support for [asn1js](http://lapo.it/asn1js/) (or a similar decoder). A few notes: - The output is pretty whitespace sensitive -- does this pose an issue with the goals...
Would be neat if it allowed the ability to convert inputed text into QR code.
Hi @IvanMathy, I see that the app hasn't been receiving updates recently. That would be amazing to support tabs so we can work with multiple files at once. Maybe opening...
This script is helpful for developers while looking through the logs where the timestamp is in epoc milliseconds, instead of going to epoc converter to https://currentmillis.com they can do the...
As described, the Hex to ASCII tool does not work. When I input (47 45 4D 49 4E 49), it should be (GEMINI), however this does not work, and they...
It would be helpful to have `encode` and `decode` scripts for [Punycode](https://en.wikipedia.org/wiki/Punycode). This refers to domain names which have international characters, such as Chinese, Arabic, or accented Latin characters. Most...
I recently installed Boop (very cool, by the way), and tried to write an extension for stripping newlines intelligently (preserving paragraphs and indentation). I didn't want to (substantially) complicate the...