tokmd-progress
Optional terminal progress helpers for long tokmd runs.
Problem
Use this crate when you want a spinner or ETA bar in interactive terminals, but nothing in CI, non-TTYs, or user sessions that disable progress.
What it gives you
ProgressProgressBarWithEtauifeature gate forindicatifNO_COLORandTOKMD_NO_PROGRESSopt-outs- no-op fallbacks when
uiis disabled
Quick use / integration notes
[]
= { = true, = ["ui"] }
Without ui, the API stays callable but renders nothing.
Go deeper
Tutorial: Root README How-to: Troubleshooting Reference: Source Explanation: Architecture