You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regex file selection functionality in norma adds complexity without adding value.
That is because this functionality duplicates what is already offered by shells on modern operating systems, such as GNU Bash or Windows PowerShell. Such shells already feature globbing- and regular expression-based file selection.
This issue report is based on using this JAR.
The regex file selection functionality in
norma
adds complexity without adding value.That is because this functionality duplicates what is already offered by shells on modern operating systems, such as GNU Bash or Windows PowerShell. Such shells already feature globbing- and regular expression-based file selection.
For example:
could more naturally be expressed in Bash with a glob like:
If one's matching criteria require a regex rather than just a glob, this is also available with standard OS tools:
Removing regex CLI functionality from
norma
would provide the following benefits:The text was updated successfully, but these errors were encountered: