postmodern-cli 0.1.1

CLI for postmodern job queue management.
---
source: postmodern-cli/src/display.rs
expression: "render_jobs_table_styled(fixture(), 80, true)"
---
┌─────────┬─────┬─────┬────┬────────────┬─────────────────────────────────────┐
│ ID      │ Que │ Sta │ Re │ Created    │ Description                         │
│         │ ue  │ tus │ tr │            │                                     │
├─────────┼─────┼─────┼────┼────────────┼─────────────────────────────────────┤
│ 9fdbdc6 │ ing │ Pen │ 0  │ 2026-05-18 │ ingest new documents from source    │
│         │ est │ din │    │ 01:16      │                                     │
├─────────┼─────┼─────┼────┼────────────┼─────────────────────────────────────┤
│ 6789abc │ pro │ InP │ 2  │ 2026-05-17 │ process batch                       │
│         │ ces │ rog │    │ 14:30      │                                     │
├─────────┼─────┼─────┼────┼────────────┼─────────────────────────────────────┤
│ a987654 │ exp │ Fai │ 5  │ 2026-05-16 │ export results to external API endp │
│         │ ort │ led │    │ 09:00      │ oint                                │
├─────────┼─────┼─────┼────┼────────────┼─────────────────────────────────────┤
│ f012345 │ not │ Fin │ 0  │ 2026-05-15 │                                     │
│         │ ify │ ish │    │ 22:45      │                                     │
└─────────┴─────┴─────┴────┴────────────┴─────────────────────────────────────┘