
Built two tiny free Mac apps because two small annoyances in my daily workflow were driving me nuts
Not really a "look what I made" post, more like: I use these two things literally every single day and figured some of you might have the exact same itch.
So I'm a web/HubSpot developer, and there are two dumb little things I do constantly: pick a color off my screen, and grab a specific chunk of lorem ipsum. Neither should take more than a second, but somehow they always did. So I just built two tiny menu bar apps for myself to kill both annoyances. They're free, no accounts, no ads, nothing to sign up for, just download and run.
First one's called Colores. I used to use an app called Couleurs for picking colors off my screen, but it's Intel-only and macOS is basically killing it off, so I just rebuilt the part I actually cared about, native for Apple Silicon. Click the icon in your menu bar, sample any pixel with the system's built-in loupe, it copies to your clipboard instantly. It floats on top of everything so you can leave it sitting there next to whatever you're working in and just keep grabbing colors without switching windows. Hex/RGB toggle, small history of recent picks, that's basically it. https://github.com/bereto-dev/colores
Second one's Lorem Slider, and honestly it's even dumber but I use it just as much. You drag a slider to however many words of lorem ipsum you need, let go, and it's already on your clipboard. No more opening a new tab, hunting down a generator site, typing a number, copying it out. Same deal: sits in the menu bar, floats on top, remembers the last word count you used. https://github.com/bereto-dev/lorem-slider
Only catch: both are Mac only, and neither is signed (didn't want to bother with an Apple Developer account for something this small), so macOS blocks them the first time you open them. Right-click, Open, Open, and you're past it for good. Source is all right there on GitHub if you want to poke around before running it, or just build it yourself.
Built these purely for my own use, so if you try one and something's missing or bugs you, genuinely tell me, I'll probably just fix it.