containers / containers/toolbox
Improve `toolbox list` formatting
- Dominant language
- Go
- Stars
- 3.5k
- Forks
- 262
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 1
Description
The output of `toolbox list` currently looks like this:

Various issues with this:
- The information isn't sorted according to what is most useful - containers are more interesting than images, names are more interesting than IDs
- Your eye is drawn to the bold coloured text, which leads you to skip over the other information and not really see it
- It's messy visually, due to the lack of consistent columns, which makes it hard to read
- The column headers are a bit shouty
Suggestion for an improved layout:

Also, I wonder if this detailed output should be a `--verbose` option, and have `toolbox list` default to a simple list:

Contributor guide
Assessment
This issue has not been assessed yet.