Skip to content
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

feat: Ability to set the number of blank space characters between each column #520

Open
snoblenet opened this issue Oct 12, 2023 · 4 comments

Comments

@snoblenet
Copy link

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.

@hulxv
Copy link
Contributor

hulxv commented Oct 12, 2023

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

@MartinFillon MartinFillon self-assigned this Oct 16, 2023
@MartinFillon
Copy link
Contributor

waiting for #536

@MartinFillon MartinFillon removed their assignment Oct 16, 2023
@marcosmoura
Copy link

Could this be a possible solution for this?
main...marcosmoura:eza:main

@MartinFillon
Copy link
Contributor

That looks like a promising option, you should add some tests and PR it, I think it is a good idea nontheless

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants