-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query parameter to set a prefilled cron expression #5
Comments
Yep I'd love this, will submit a PR. |
Hi @cwilby, How was this feature from client requests? We need to help that. |
If I understand correctly, somebody could "just" update this value at startup accordingly to the current https://github.com/cronhub/crontab/blob/master/src/ui/containers/Home.tsx#L38 So maybe the patch is just this:
What do you think about? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So maybe something like
https://crontab.cronhub.io/?cronExpression=*/5 * * * *
would just prefill the input otherwise if empty, leave it at default.The text was updated successfully, but these errors were encountered: