-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
df: incorrect whitespace between columns in output table #3194
Comments
Can you run this |
What is
You can also see the whitespace characters if you just copy the output block in my comment above and paste it into your own text editor. |
bat is cat's clone in Rust with wings, check this out https://github.com/sharkdp/bat. I will try to figure a way to pass column width without adding an entry at each row struct. |
This whitespace between columns in the table produced by
df
does not match that of GNU df.GNU df:
uutils df:
It appears that the column width depends on the length of the largest entry in the column.
The text was updated successfully, but these errors were encountered: