summaryrefslogtreecommitdiff
path: root/cal.py
AgeCommit message (Collapse)Author
2022-10-28bugfix - setup.py imported calendar-cli to check for metadata, this broke ↵Tobias Brox
due to missing dependencies. metadata now pushed out in a separate file
2022-10-15completion of recurring tasks. work in progress.Tobias Brox
2022-10-10support for child/parent-relations and skipping children or parentsTobias Brox
2022-10-09task completion and sorting, offseting, limitingTobias Brox
2022-10-09More work on the kal aka cal.py command. It can now do around 80% of all ↵Tobias Brox
the stuff calendar-cli can do, plus more.
2022-05-29some work on the testing script. (This should be cleaned up and made more ↵Tobias Brox
readable and modular ... but how?)
2022-04-18Work in progress on new cliTobias Brox
(I was working on this several months ago - then I got interrupted, forgot to commit, never got time to look back)
2022-01-05working on the new cli. Split out the thoughts from the NEXT_LEVEL.md file ↵Tobias Brox
to an independent NEW_CLI.md
2022-01-02kal: milestone, ics data can be added to the calendarTobias Brox
2021-12-30working on the new kal interfaceTobias Brox