Terminal Graphics
Note: The legacy
org.aesh.graphicspackage was removed in 3.17.5. For terminal rendering, use the Charts module which provides line charts, bar charts, and sparklines with a modernCanvasabstraction. For lower-level display needs, use the utility classes described below.
Display Utilities
Aesh provides several terminal display utilities in the org.aesh.util package:
- Table – render tabular data with borders and column alignment
- Tree – render tree structures
- Progress Bar – show progress indicators
- Graph – render directed acyclic graphs (DAG)
For charting and data visualization, see the Charts module.