glance
glance copied to clipboard
The renderer should be able to render a series of components in a grid structure
Enhancement
When summarizing meta-info for more than one repository (which is the point of this tool), it will be necessary to display each repository's information separately. A grid structure could work, with N rows of M columns.
This is like what can be seen in the README image.
Reasoning
We'd like to display the summary for each repository in a nice structure via the CLI.
Implementation
It looks like Rich has the concept of columns, so perhaps we can use this.
Tasks
- [ ] ???