Skip to content

Feature request: seconds support for schedulingΒ #408

Open
@byung806

Description

For many timer/countdown apps, it is necessary to update the menu bar text every second. Unfortunately, cron syntax only supports down to minutes (due to only checking for cron tasks every minute on Linux).

However, this app is able to update every second. I am suggesting an expansion to the scheduling functionality for seconds:
Existing:
(0-59) (0-23) (1-31) (1-12) (0-6) (minutes, hours, days, month, weekday)
Suggested:
(0-59) (0-59) (0-23) (1-31) (1-12) (0-6) (seconds, minutes, hours, days, month, weekday)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions