9 comments (9 comments)3 reactions (3 reactions)0 assignees (0 assignees)JavaScript3,944 forks (3,944 forks)batch import
good first issuehelp wantedoperation
Repository metrics
- Stars
- 34,843 stars (34,843 stars)
- PR merge metrics
- Avg merge 57d 13h (Avg merge 57d 13h)62 merged PRs in 30d (62 merged PRs in 30d)
Description
Add Cronjob schedule creator
I hope this does not exist yet, I did not find anything. Would be cool to have something like https://crontab.guru/ in CyberChef to create more complex cronjobs like 0 0,12 1 */2 * which is At minute 0 past hour 0 and 12 on day-of-month 1 in every 2nd month.
Contributor guide
- Research direction
- Create a new operation in CyberChef that allows users to build cron expressions via a visual interface with dropdowns and text inputs, and display the natural language description. Look at existing operations like 'Parse UUID' for pattern.
- Tech stack
- javascript
- Domain
- frontendtooling
- Issue type
- Feature
- Prerequisites
- JavaScriptHTMLCSS