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
Originally, --count was a standalone command and overall intent was to show the stats for the PATH, so that a user might get a big picture of how many direcotries are there. It is possible to combine -- count with --include and --exclude flag, then the --count flag would act more like a finaliser, similar to adding | wc -l at the end of some command.
Will need to change the wording of output, now it says "n directories on your PATH", should either be just "n directories" or "n directories on your PATH (after flags)". The current message refers directly to whole PATH and I would need to change it (just keeping note).
There are a few directories inserted by macOS that I cannot control. But they also do not exist. I'd like to be able to write commands like:
justpath --exclude somedir --count
But --count reports 3 missing directories, even though those directories contain somedir text.
Thanks for the cool util.
The text was updated successfully, but these errors were encountered: