Giter Site home page Giter Site logo

waldner / croncal Goto Github PK

View Code? Open in Web Editor NEW
46.0 46.0 10.0 36 KB

Utility to convert a crontab file to a list of actual events within a date range.

Home Page: http://backreference.org/2012/07/07/crontab-calendar-generator/

License: GNU General Public License v3.0

Perl 93.07% Shell 6.93%
calendar cron crontab icalendar perl timeline

croncal's Introduction

Metrics

waldner's GitHub stats

croncal's People

Contributors

qualous avatar waldner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

croncal's Issues

Need exactly same thing for cloud

Hi,

This is great, I was looking for the same thing just the difference is, I do not have Linux box and I have multiple corn jobs running on Azure cloud in the form of Azure function. how can I list them?

Implement day of week cycle '#'

Could be nice to have the '#' implemented ๐Ÿ‘

Extract from https://en.wikipedia.org/wiki/Cron

Hash (#) '#' is allowed for the day-of-week field, and must be followed by a number between one and five. It allows specifying constructs such as "the second Friday" of a given month.[[19]](https://en.wikipedia.org/wiki/Cron#cite_note-20) For example, entering "5#3" in the day-of-week field corresponds to the third Friday of every month.

Right now, this format is not supported. Example to execute a job every 2nd Wednesdays of each month:

$ echo "30 0 * * 3#2 job1" | ./croncal.pl
Parsing line 1: invalid range/not a range for field - 3#2 - of type dow, skipping line

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.