list events - all events into the future (unlimited date range)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 233
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 1
Description
With the khal list command, I'd like to be able to do khal list -d calname today forever but forever is not a valid option.
I can do khal list -d calname today 456d and that's probably sufficient as I'm not likely to have events scheduled more than a year in advance that I need to see, but this feels a bit like hacking around a shortcoming.
It would be sweet if there was a flag to show "all" events from "now" (which would omit events with startdates < now) into the future (forever), like -af(all future) for example.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the khal list command and its existing date-range parsing for expressions such as today 456d. Add support for an all-future range that omits events before now and includes future events without a fixed end date; verify the new command-line behavior against existing list functionality.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100