Thallo

sourceforge (logo)

download

./thallo [--debug] [--version] --type STRING --start STRING --end STRING --time STRING --period NUMBEr --day STRING --particular STRING --month STRING

Not all parameters are needed (depend on --type)

TYPE 'daily', 'weekdays', 'weekly', 'monthly', 'monthly_weekday', 'yearly', 'yearly_weekday'
start, end yyyy-mm-dd
time hhmm
period numeric
day string like 'monday' or 'monday,tuesday,wednesday'
particular 'first', 'second', 'third', 'fourth', 'fifth', 'last'
month number (1=jan, 2=feb,...)

Example:

$ ./thallo --start 2006-11-01 --end 2006-12-31 --type weekly --day "monday,tuesday" --period 1 --time 0930
2006-11-06 09h30 1162801800
2006-11-07 09h30 1162888200
2006-11-13 09h30 1163406600
2006-11-14 09h30 1163493000
2006-11-20 09h30 1164011400
2006-11-21 09h30 1164097800
2006-11-27 09h30 1164616200
2006-11-28 09h30 1164702600
2006-12-04 09h30 1165221000
2006-12-05 09h30 1165307400
2006-12-11 09h30 1165825800
2006-12-12 09h30 1165912200
2006-12-18 09h30 1166430600
2006-12-19 09h30 1166517000
2006-12-25 09h30 1167035400
2006-12-26 09h30 1167121800