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

See #252 for details of `--project-name`. This change causes `--project-name` to be preferred over `--project-id` whenever specified. An error will be reported if a project with that name cannot be...

Using `todoist-git` in AUR. ```sh $ todoist-cli -v todoist version 0.20.0 ``` I get the following error: ``` Error: json: cannot unmarshal number into Go struct field .reminders.is_deleted of type...

bug

``` D:\>todoist -v todoist version 0.20.0 ``` ``` D:\>todoist list panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x30 pc=0x70374b] goroutine 1 [running]: github.com/sachaos/todoist/lib.Item.LabelsString({{{{0xc000360f60, 0xa}},...

Originally commented on #192 which is most likely unrelated since my issue occurs on `list` after a seeming successful `sync`. > Seeing the same thing on Arch Linux either user...

bug

Fixes: 1. test code incorrectly setting up Items with label ids instead of names (test-only fix) 2. Item.DateTime() now checks Item.Due.TimeZone and uses it - root cause: daylight savings time...

I've been using this for a few years, but have just got a co-worker onto it, and it's pretty broken without assigned handling and displaying. i.e. `todoist today` has stuff...

Hello, I'm using the follow environment: ○ → todoist -version `todoist version 0.20.0` ○ → bash --version `GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)` ○ → fzf --version `0.29 (devel)` When I'm...

Hello, I'm using todoist version: `todoist version 0.20.0 ` I check that the function to create new projects not work, this is an example: ![Peek 2023-09-09 16-00](https://github.com/sachaos/todoist/assets/22533441/7d6b6426-cbc3-4636-a231-a042714a615f) I was looking...

show.go now displays json:description for tasks.

Updated backend library to log json response from the API. Also updated main.go to respect the debug setting in the config. This did not work previously. resolves issue #233 I...