DevUtils-app
DevUtils-app copied to clipboard
All-in-one Toolbox for Developers. Native macOS app.
It is a common to use a reg exp to match a string and then use capture groups to highlight or "capture" specific portions of that matched string. Regex101.com does...
I was minifying CSS with `@media only screen and (...){...}` and the minified version wasn't working for me properly. Took me some time to figure out why, but DevUtils minified...
As the title says, it would be awesome if this app had a built-in character counter. I've been using this site: https://www.charactercountonline.com/. And while it's been very useful, I'm still...
I'd like to have a SQL beautifier to convert long unreadable string to well formatted query.
I'm trying to validate a 23000 line JSON file which contains about 4MB . I only get the beachball loading cursor and I have to force quit if it contains...
For example: **Input** ```json { // "incremental": true /* Enable incremental compilation */ } ``` **Output** ```json { "incremental": true } ``` I think this feature can be added for...
A lot of tools that scrape and crawl websites use CSV for exporting data. We often use JSON when importing data so we end up converting CSV to JSON a...
Many apps that live in the menu bar can be clicked to open. But, they can also be clicked to close (if theyβve been opened). Would be a nice usability...
* ObjectID * nano ID _(https://www.npmjs.com/package/nanoid)_