todoist icon indicating copy to clipboard operation
todoist copied to clipboard

Todoist CLI Client. I ❤️ Todoist and CLI.

Results 95 todoist issues
Sort by recently updated
recently updated
newest added

This is actually a very simple rename operation. I'd be happy to open a PR but I thought I should ask first. The idea is to prevent conflicts with [the...

I'm sure I'm missing something completely obvious, but is it possible to make use of these API parameters when pulling the list of completed tasks? https://developer.todoist.com/sync/v8/#get-all-completed-items Ideally, I'd like to...

How to create a task inside of another task? On Todoist web app there are several ways. But I couldn't figure out any ways to do it in cli. I...

Hi, When listing using the --header and --color options the output header span is not matched to the results: ![image](https://user-images.githubusercontent.com/9769019/81481050-0c459f00-9236-11ea-9a94-a92cdf5d9928.png) Using just --header it's working great. I'm using version 0.15.0...

Hi @sachaos, first of all, I want to thank you for the time spent developing such a command-line tool which has the potential to make me replace the annoying web...

Hey there, i tried to install this tool, but it does not work. ``` $ go get github.com/sachaos/todoist # github.com/sachaos/todoist go/src/github.com/sachaos/todoist/close.go:14:16: cannot range over c.Args() (type cli.Args) go/src/github.com/sachaos/todoist/completed.go:30:6: c.GlobalBool undefined...

Is it possible to reopen a closed task from CLI? Or to get task information from a closed task? ``` > todoist show 3342534909 Error: specified id not found ```

I'm currently packaging this project for Fedora, but need to get the tests running correctly first. Running `make test` resulted in this output: ``` [build@7c3e8d544289 todoist-0.14.0]$ make test go test...

Simply source in your .zshrc. There might be some weirdness going on with the "read" command in t-del-tasks() if you use bash or another shell.

I didn't see at first that I needed to run `todoist sync`, so started with `todoist list` and got a panic: ``` panic: runtime error: invalid memory address or nil...