When using eza, I set up a few aliases to my most commonly used flags. Sometimes, I want to call that alias, but unset a boolean flag.
E.g. I have an alias which sets --no-filesize, but sometimes I want the exact same output with filesize.
I propose all binary flags should come with or without "no-" prefix. This would affect (at least):
- --no-filesize
- --no-quotes
- --no-symlinks
- --no-permissions
- --no-filesize
- --no-user
- --no-time
- --no-git
- --accross
- --recurse
- --tree
- --dereference
- --hyperlink
- --absolute
- --all
- --only-dirs
- --only-files
- --group-directories-first/last
- --git-ignore
- ...
When using eza, I set up a few aliases to my most commonly used flags. Sometimes, I want to call that alias, but unset a boolean flag.
E.g. I have an alias which sets
--no-filesize, but sometimes I want the exact same output with filesize.I propose all binary flags should come with or without "no-" prefix. This would affect (at least):