summaryrefslogtreecommitdiffstats
path: root/clippy.toml
AgeCommit message (Collapse)Author
2020-09-09refactor: rewrite column algorithm (#227)Clement Tsang
Update how we position and generate column widths to look less terrible. This also adds truncation w/ ellipsis to the columns, and for processes, the state will automatically shrink to a short form (just a character) if there isn't enough space.
2020-04-07uptick: 0.3.0Clement Tsang
2020-04-06refactor: Deal with some cognitive complexityClement Tsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang