Skip to content

mathcale/what-the-cron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What The Cron?

A simple Go CLI tool to parse Cron expressions into human-readable descriptions and show the next execution time.

Usage

what-the-cron "<cron-expression>"

Example

./bin/what-the-cron "*/5 * * * *"

Output:

At every 5th minute
Next execution: 2025-09-24 18:25:00

Installing

go install github.com/mathcale/what-the-cron@v1.0.0

Building

Just run:

make

To build the binary at bin/what-the-cron.

About

Simple CLI tool to parse Cron expressions into human-readable descriptions and show next execution time

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors