createTable customisation don't align output #16
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The default layout does align:
Not sure what needs to be tweaked in
0e75350985/cli/formatter.go (L34-L52)
?Ill be moving to tabby on this so this is due to change. Or at least another formatter.
Why? Seems fine to me, we can just use the default again? I'd like to keep the cell merging in whatever library we use, that really helps the layout for large lists like in
805defec09/cli/app.go (L216)
.never used the default as I thought it was a bit too busy. I'd rather something more sinple. Plus there is other libraries to look at. I am not a fan of the way the table needs to be created. This was always just a patch work to fix down the line.
ok so I think we either go with the default table if that works nad we can mess with it so it is something we like or move to something like https://github.com/jedib0t/go-pretty.
Dayum
go-pretty
has another thing I really needed, this kind of goroutine suporting progress bar loading stuff. That would be amazing to have for usability purposes when we're querying multiple remote contexts. I'd be down for switching for that. It also has merging I see. Nice!Lazily just re-enabled the default as I couldn't figure out how to keep the more minimal styles and have alignment (which I think is important for understanding the often complex output listing).
go-pretty
migration coming one day ™️