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
Something I'm trying to do on some of our client projects is slice through a code base to reveal the size of various features. To help with this I'd like to request some new features:
To be able to do masked or regex file selection arguments. ie to do things like /**/*claims.*.
To be able to do masked or regex excludes.
To be able to pass the files and paths to read from another process. For example find . - name Claim* | tokei
The text was updated successfully, but these errors were encountered:
Something I'm trying to do on some of our client projects is slice through a code base to reveal the size of various features. To help with this I'd like to request some new features:
/**/*claims.*
.find . - name Claim* | tokei
The text was updated successfully, but these errors were encountered: