A simple Go CLI tool to parse Cron expressions into human-readable descriptions and show the next execution time.
what-the-cron "<cron-expression>"./bin/what-the-cron "*/5 * * * *"Output:
At every 5th minute
Next execution: 2025-09-24 18:25:00
go install github.com/mathcale/what-the-cron@v1.0.0Just run:
makeTo build the binary at bin/what-the-cron.