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

➜ ~ todoist list panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x58 pc=0x143112c] goroutine 1 [running]: main.List.func1(0x0, 0x0) /private/tmp/todoist-20200116-87090-1lu0d0c/todoist-0.14.0/src/github.com/sachaos/todoist/list.go:40 +0xfc main.traverseItems(0x0, 0xc000140f30,...

Hi, have you thought about adding filters to `list` so that you could query for just `p4` tasks or filtering by name? Or do you just expect that people will...

enhancement

The official Todoist documentation talks about the ability to use a filter with a free text search of keywords, as can be seen here: https://todoist.com/help/articles/introduction-to-filters#filtering-based-on-keywords. I'd like to have the...

enhancement

I've dabbled with Todoist in the past, but finding this command line utility really makes it viable to my workflow. Thanks for your work on this! I may be missing...

bug

## System: - zsh - macOs Monterey 12.4 - iTerm2 ## Expected: - The path `~/.config/todoist/config.json` to be read and interpreted by the `todoist` package. - The `.json` file below...

Change binary name `todoist` to `todoist-cli` after update

Fixes #182 This command outputs the raw markdown one can see when editing a task. ## To test: 1. Create a task that has some markdown in it. Example: ```...

I have installed the package from aur in arch linux. but can't execute the program as can't find the binary in system after installing. command "todoist" shows not found.

It should be possible to include a description when adding a task, e.g with a --description option.

enhancement

If your shell uses vi mode (`bindkeys -v`), the `` keybinds do not work. It might be handy to mention that in the README.md. By the way, are there ways...