Hugo

Results 372 issues of Hugo

contributions welcome
lv: hard

Looks like we had a regression at some point that tests didn't catch. Using the UI, edit a todo, and set an invalid date: `2017-06-hello`. * Todo is saved with...

bug

Completing a recurring event prints the completed instance on screen. It should also print the next instance.

Since RGSoC applicants have to chose a single task to plan during their summer of code, we're tailoring a lost of issues that applicants can choose from. There **are** ordered...

discussion
RGSoC

We can probably reuse most of the existing docs. khal has a pretty good one and uses the same documentation stack, so we might what to peek there if any...

enhancement
lv: easy

* [x] Implement `todo cancel` to switch status to `CANCELLED`. * [x] Hide cancelled events by default (we already do this, I think). * [ ] When listing `--all`, strikethrough...

Since we run on macOS, let's use this which has better cross-platform support.

Since some variable names clash with builtins, (eg: `list`, `id`), I've been using alternatives like `list_`, `_list`, `l`, etc. Time to clean that up; even though they're not strictly reserved...

chore

I'd like to review how we use due/start/alarms. Some ideas are: * Have a filter to filter by "alarms soon", so that we can have some reminder app poll that....

lv: hard
discussion

Being standards-complaint, `todo` is compatible with lots of other apps (I hope!). I'd like to document and mention them, so users can know ahead of time if it's useful for...

lv: easy