Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

⏰ Cron Translator

Understand any cron expression — or write one in plain English. Runs 100% in your browser.

Cron is powerful but famously unreadable (0 9 * * 1-5 is gibberish until someone tells you it means "every weekday at 9am"). This tool makes it legible both ways.

✨ Features

Cron → English

  • Paste any cron expression → get a clean plain-English description
  • See each field broken down (minute, hour, day, month, weekday)
  • Next 10 runs computed across 11 timezones (UTC, Europe/Paris, Africa/Tunis, America/New_York, …)
  • Supports 5-field (standard), 6-field (with seconds), and 7-field (seconds + year) formats
  • Handles lists (1,3,5), ranges (1-5), steps (*/15), L (last day), and # (nth weekday)
  • Named values: MONSUN, JANDEC

English → Cron

  • Write what you want in natural language → get the cron expression
  • Understands: "every 5 minutes", "daily at midnight", "every weekday at 9am", "every monday at noon", "every 2 hours", and more

One-click presets — every minute, every 5 min, hourly, daily at midnight, weekdays 9am, weekly, monthly, Wed 6pm.

🚀 Use it

Option 1 — open right now: double-click index.html. It works offline.

Option 2 — host it free:

  • GitHub Pages: push this folder to a public repo → Settings → Pages → Source: main branch
  • Cloudflare Pages: pages.cloudflare.com → Connect to Git → output dir: /
  • Netlify Drop: drag the folder onto app.netlify.com/drop

Single file, zero dependencies, zero build step.

🔒 Privacy

Everything runs locally in your browser. No server, no analytics, no tracking.

💖 Support My Work

If you find this tool useful, feel free to buy me a coffee or commission me for any custom tools you need built.

🔗 Support me on Patreon

ℹ️ Note: Due to regional payment restrictions, Patreon is currently my only reliable gateway for international support. One-time donations are completely welcome—feel free to subscribe and cancel right after.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages