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
Nice feature. But, customizing blank space is not enough. We can add a flag to customize the spaces between rows or columns.
We can use something like that:
eza --table-gaps=[1, 2]
# ^ ^--- rows-gap (2 spaces between rows)
# ^--- columns-gap (1 space between columns)
Also, If I want to ignore columns-gap or rows-gap, We can type _. Like that:
eza --table-gaps=[_, 5] # 5 spaces between rows only
Great tool, thanks.
Could we please have the ability to set the number of blank space characters between each column?
Just for readability's sake.
Cheers.
The text was updated successfully, but these errors were encountered: