Alternatives
Products that do what WinCron does
Open-source Windows task scheduler with cron expression
- 1

- 2CE
2022 · cronprompt.com
- 3

- 4

- 5

- 6

- 7

- 8

- 9

- 10AT
Tasks are a primitive for asynchronous programming and an alternative to working with threads directly. Instead of creating a thread, performing work, then waiting on it using synchronization primitives, you only define a unit of work and let a scheduler decide when and where to execute it. The threads that the scheduler uses are created once and reused for many tasks throughout the program's lifetime. In most cases, creating and executing a task requires not even a single syscall and is a significantly faster operation than creating a thread, resulting in lower latency. Furthermore, tasks…
2024 · github.com
- 11NH
Hi HN! I built NaturalCron because I was tired of writing and debugging CRON syntax like: /5 * * 5 Now you can write something human-readable in .NET: var expression = new NaturalCronExpression("every 5 minutes on friday"); Or use a Fluent Builder for strong typing and IDE support: var expression = NaturalCronExpressionBuilder .Every().Minutes(5) .On(DayOfWeek.Friday) .Build(); Great for: - Code-based scheduling in .NET apps - Overriding schedules from configs or databases - Displaying easy-to-read rules in UIs NuGet: https://www.nuget.org/packages/NaturalCron…
2025 · github.com
- 12

- 13

- 14

- 15IB
2020 · blog.cronhub.io
- 16

- 17RS
2022 · github.com
- 18

- 19

- 20GT
Hello everyone! I left my job to start General Task a little over a year ago, and have been building a better free task manager with a small team. We aim to be the best place where one can find what’s next in their workday and we integrate with a number of different services to help do that. We’re still in the early stages of a beta, but so far you can: - Create/edit tasks with due dates, priorities, and folders - Drag tasks onto your calendar to block off time to do them (syncs with GCal) - Sync with Linear (JIRA coming soon) to see tasks assigned to you - Sync with Github to see your…
2022 · generaltask.com
- 21
- 22

- 23CA
2020 · github.com
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →