pimutils / khal

:calendar: CLI calendar application
https://lostpackets.de/khal/
MIT License
2.62k stars 207 forks source link

Feature request: make at command more intelligent #332

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi,

The current at command is relatively strict in what it accepts as a parameter. I think it would be nice if it could accept things like this - maybe with a new command "on":

khal on 11 - where it guesses the day is the 11th khal on tomorrow - self-explanatory khal on tomorrow+1, +2, +3, - day after tomorrow, day after that, etc.

Or maybe also:

khal in mar - show events in March etc.

I realise creating this software means a lot of work for the developer - so, first of all, many thanks for doing this. It really helps me in day-to-day's work. Second, I am happy to take a stab at this myself soonish if you're OK with it?

geier commented 8 years ago

While some easy things like khal at tomorrow (and all the weekdays) already work, some improvements would be very welcome. Also see #169 and #273