| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Boop.zip | 2021-10-29 | 4.6 MB | |
| README.md | 2021-10-23 | 6.7 kB | |
| Version 1.4.0 source code.tar.gz | 2021-10-23 | 4.6 MB | |
| Version 1.4.0 source code.zip | 2021-10-23 | 4.7 MB | |
| Totals: 4 Items | 13.8 MB | 0 | |
If you got Boop on the Mac App Store, you can update it there as well.
Peeps,
First of all, how have you been? I myself have been alright. Time is weird, eh? One minute, it’s October. The next minute, it’s still October, but also a year later. And so here we are, much later than expected, reunited again to chat about a new Boop update. And what an update it is.

The kind folks over at Accidental Tech Podcast chatted about Boop, giving it a very nice review. One of their listeners said Boop is “like paper plates but for JSON” and I cannot overstate how much I love that. You can listen to it here: https://atp.fm/437 starting at 1:06:50
Now, this new version finally brings some very much needed upgrades: First off, a new icon that won’t look totally wonky alongside other Big Sur icons. It is an iteration of a new icon designed by @mmshivesh, and it makes quite a bit of a difference in the ol’ dock.
I bet what sticks out is my number of unread messages.
I’ve also spent some time refreshing the overall user interface, to make it more in line with other Big Sur/Monterey applications. The picker has a new look, the editor got a more refined color scheme, and it overall just feels a lot better. Plus, it's now a universal app. Yay!

Anyway, here's what's new:
- New icon inspired by mmshivesh
- New design
- Fixed an issue with the status bar
- Fixed the CSV to JSON script
- 13 new scripts
- Added support for SF Symbols as script icons
- Universal build for Apple Silicon support
New Scripts:
- ASCII to Hex
- Hex to ASCII
- Binary to Decimal
- Decimal to Binary
- Decimal to Hex
- Hex to Decimal
- Fish Hex Path Converter
- Lorem Ipsum
- Sort JSON
- URL Defang
- URL Refang
- URL Entities Decode
- URL Entities Encode
I wish you a lot of great spooks, stay safe and healthy out there!
Ivan_
Full Changelog
What's Changed
- Updated Icon for Big Sur by @mmshivesh in https://github.com/IvanMathy/Boop/pull/168
- clear statusView before script execution by @nhnicwaller in https://github.com/IvanMathy/Boop/pull/180
- Added hex to ASCII conversion scripts by @aWZHY0yQH81uOYvH in https://github.com/IvanMathy/Boop/pull/185
- feat: add "Sort JSON" script by @madnh in https://github.com/IvanMathy/Boop/pull/187
- Promoted ascii script, added error by @IvanMathy in https://github.com/IvanMathy/Boop/pull/242
- doubled spaces fix by @Akhrameev in https://github.com/IvanMathy/Boop/pull/191
- full url encode/decode by @luisfontes19 in https://github.com/IvanMathy/Boop/pull/192
- created lorem impsum script by @luisfontes19 in https://github.com/IvanMathy/Boop/pull/193
- created script to convert rgb to hex by @luisfontes19 in https://github.com/IvanMathy/Boop/pull/195
- created script to compare lines by @luisfontes19 in https://github.com/IvanMathy/Boop/pull/196
- Js object to json by @luisfontes19 in https://github.com/IvanMathy/Boop/pull/197
- Unicode scripts by @luisfontes19 in https://github.com/IvanMathy/Boop/pull/199
- Fix typos in README by @reichert621 in https://github.com/IvanMathy/Boop/pull/198
- Time to seconds script by @PeteChu in https://github.com/IvanMathy/Boop/pull/201
- Add URL Defang and URL Refang scripts by @nzrb in https://github.com/IvanMathy/Boop/pull/211
- Fix main() example param name by @KaraJovian in https://github.com/IvanMathy/Boop/pull/224
- Added csv, tsv or markdown table to "pretty markdown table" Script by @xshoji in https://github.com/IvanMathy/Boop/pull/203
- fix(csvToJson): address CSV complexities by @Flare576 in https://github.com/IvanMathy/Boop/pull/205
- digi 2 ascii by @jnre in https://github.com/IvanMathy/Boop/pull/209
- Add script to convert JS arrays/objects to PHP associative array. by @jtolj in https://github.com/IvanMathy/Boop/pull/210
- Add scripts for converting decimals to hexadecimal strings and decima… by @Mauricevb in https://github.com/IvanMathy/Boop/pull/219
- Promoted url script, fixed error, added icon by @IvanMathy in https://github.com/IvanMathy/Boop/pull/244
- Promoted sort, added array sorting by @IvanMathy in https://github.com/IvanMathy/Boop/pull/243
- Add Fish PATH Hex Converter by @psseelman in https://github.com/IvanMathy/Boop/pull/234
- Script: Generate Project Glossary Markdown file by @ke4vtw in https://github.com/IvanMathy/Boop/pull/249
- Feat/bigsur by @IvanMathy in https://github.com/IvanMathy/Boop/pull/286
- Supporting SF Symbols identifiers for script icons by @nd-net in https://github.com/IvanMathy/Boop/pull/273
- Release/1.4.0 by @IvanMathy in https://github.com/IvanMathy/Boop/pull/305
- Fixed popover issue by @IvanMathy in https://github.com/IvanMathy/Boop/pull/306
New Contributors
- @mmshivesh made their first contribution in https://github.com/IvanMathy/Boop/pull/168
- @aWZHY0yQH81uOYvH made their first contribution in https://github.com/IvanMathy/Boop/pull/185
- @madnh made their first contribution in https://github.com/IvanMathy/Boop/pull/187
- @Akhrameev made their first contribution in https://github.com/IvanMathy/Boop/pull/191
- @luisfontes19 made their first contribution in https://github.com/IvanMathy/Boop/pull/192
- @reichert621 made their first contribution in https://github.com/IvanMathy/Boop/pull/198
- @PeteChu made their first contribution in https://github.com/IvanMathy/Boop/pull/201
- @nzrb made their first contribution in https://github.com/IvanMathy/Boop/pull/211
- @KaraJovian made their first contribution in https://github.com/IvanMathy/Boop/pull/224
- @xshoji made their first contribution in https://github.com/IvanMathy/Boop/pull/203
- @Flare576 made their first contribution in https://github.com/IvanMathy/Boop/pull/205
- @jnre made their first contribution in https://github.com/IvanMathy/Boop/pull/209
- @jtolj made their first contribution in https://github.com/IvanMathy/Boop/pull/210
- @Mauricevb made their first contribution in https://github.com/IvanMathy/Boop/pull/219
- @nd-net made their first contribution in https://github.com/IvanMathy/Boop/pull/273
Full Changelog: https://github.com/IvanMathy/Boop/compare/1.3.0...1.4.0