Grant Ammons
Grant Ammons
Hi Josh! I have a [fairly large rewrite](https://github.com/ultralist/ultralist/pull/215) of a bunch of the internal components of Ultralist. once that lands, I think it'd be relatively easy to add functionailty here...
oh and btw :100: for the `fzf` idea!
this happens to me as well. one other option we could do is to _include_ todos without a due date in the `agenda` view. maybe todos without a due date...
@tcassaert there will be both! None of the existing functionality will go away.
ah, great catch @tcassaert ! One of the things I've been doing recently is making the app a bit more resilient to open-ended input. We added the `cobra` library recently,...
So I was thinking that the syntax would still be what you originally proposed: ``` ultralist complete 1 2 3 ``` And then here, https://github.com/ultralist/ultralist/blob/7784c597dd7a94bca319d4be369a3218d8acd54c/cmd/complete.go#L36 ..sending along the array of...
Just to give a bit more context - in `App` there is a `CompleteTodo` function, which currently takes a free-form string: https://github.com/ultralist/ultralist/blob/7784c597dd7a94bca319d4be369a3218d8acd54c/ultralist/app.go#L100 It then runs `getIDs` to parse out the...
Hi @strogiyotec I love this idea, and would definitely incorporate it into ultralist!
HI @tilal6991 ! I like the idea! We could add a `deferUntil` date to the todoItem model: https://github.com/ultralist/ultralist/blob/262c676ca669382f02559ac0905f075ed6267635/ultralist/todo_item.go#L12-L24 The main thing would be coming up with a syntax that's really...
Hi @tilal6991 sure, no worries. I might be able to get to this as well, although I'm knee deep in writing a cool TUI for ultralist using the https://github.com/rivo/tview library.