Remix.run Logo
barishnamazov 9 hours ago

I appreciate the polish for non-technical folks, but "clipboard formatter" feels like a feature, not a product. All of this can be done with AutoHotKey script for Windows and similar open-source tools for the other OS. And given how sensitive is clipboard data (passwords, keys, etc.) using a third-party app feels a bit uncomfortable.

EvaWorld9 8 hours ago | parent [-]

You're absolutely right that you can script this if you have the know-how. I used AHK for years before building this.

But the main goal here is to offer that power to people who don't have the time or desire to learn scripting syntax, set up environments or debug code. They just want a tool that works out of the box. And even for technical folks, maintaining a script that parses complex HTML/RTF without breaking on nested tags (which often happens with Regex) is a headache I wanted to solve permanently.

Regarding privacy, that was actually my top priority when designing the architecture. I'm fully aware of how sensitive clipboard data is, which is why I built it to run 100% locally. You can literally block the app in your firewall or physically disconnect your internet and it works perfectly, I even built an offline license activation method specifically for high-security environments.

altairprime 3 hours ago | parent | next [-]

As a point of validation, I would use this even though I have know about AHK for years. I don’t have any interest in developing an AHK hobby and I value the specific single feature “strip non-bold/italic/underline/hyperlink formatting”. Thanks for making it :)

EvaWorld9 an hour ago | parent [-]

Thanks!

That exact feature, keeping the structure (bold/italic...) but stripping the junk was actually the hardest part to build. It requires parsing the full object tree recursively to make it compatible with any app, instead of just doing simple text replacements.

I saw so many people looking for that "middle ground" that I basically built the whole app around it. Glad it resonates!

readme 5 hours ago | parent | prev [-]

You'll do better showing this to the people who would be your users. Looks like a solid idea to make some money on the side solving a problem you actually have.

A lot of people on HN wouldn't be your users. That's fine. Find them and post this there.