ctx v0.25.2
v0.25.2 — Dream stats fix, CLI polish, duration parsing
- Dream stats exclude snapshot blocks from total/checked counts,
consistent with PickBlock filter. Fixes misleading "unchecked" count. - Dream idle wait log promoted from DEBUG to INFO for observability.
- CLI: "tr" alias for dream throttle (ctx dr tr 20).
- CLI: bare integers accepted as seconds in duration args (20 = 20s).
Installation
With Go:
go install github.com/GottZ/ctx/cmd/ctx@v0.25.2Binary download:
Download the binary for your platform, make it executable, move to PATH:
chmod +x ctx-*
sudo mv ctx-* /usr/local/bin/ctx