In Windows, I would like to be able to list all files / directories except those that have a hidden attribute, like AppData or Local Settings, while still showing dotfiles. I imagine MacOS might have a similar feature to hide files.
A corollary option would be to have a --with-flag='flag|...' option that only show files that have a particular flag. I know I can accomplish this through just using -O/--flags and greping for what I want, but that would only work with a long listings.