Should width be the minimum of -w
parameter and terminal width?
#831
J-Kappes
started this conversation in
Opinion Polls
Replies: 1 comment 1 reply
-
I'd be happy with a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Personally, I have
ls
aliased toecho;eza --icons --no-quotes -w 110
. I use the-w
for readability by limiting the width on wide terminals.However, using that alias in a small terminal can result in wrapping. I would prefer it if the
-w
parameter only presented an upper bound to the width instead of overriding the terminal width. What about you?3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions