DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.94k stars 1.45k forks source link

Glob tester #806

Open PurplProto opened 1 year ago

PurplProto commented 1 year ago

What feature or new tool do you think should be added to DevToys?

Similar to that of the Regex Tester, it would be useful to have a glob tester too.

Why do you think this is needed?

It's commonly used for path matching which as developers we sometimes do a lot of.

Solution/Idea

I think the most ideal solution would be something akin to the Regex tester but for glob patterns instead. It would be useful to support extended globbing as well, perhaps with a toggle to disable extended features as this could be useful for checking globs that would be used in a more restricted environment.

Comments

No response

parthvnp commented 1 year ago

Happy to work on this feature!