We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list
Hi!
There are tasks without a section that still display a section when I use the list command.
This bug doesn't happen with all tasks. Steps to reproduce:
todoist sync && todoist list -f '#example'
#Example
#Example/My Section
show
In the details below: a (clean) transcript of my terminal output and some screenshots.
$ todoist sync && todoist list -f '#example' $ todoist sync && todoist list -f '#example' 4693482710 p4 #Example Some task $ todoist sync && todoist list -f '#example' 4693482710 p4 #Example/My Section Some task $ todoist sync && todoist list -f '#example' 4693482710 p4 #Example/My Section Some task $ todoist sync && todoist show 4693482710 ID 4693482710 Content Some task Project #Example Labels Priority p4 DueDate URL
The text was updated successfully, but these errors were encountered:
I found out that removing the local cache is a temporary solution for this problem:
$ rm -rvf ~/.cache/todoist /Users/aa/.cache/todoist/cache.json /Users/aa/.cache/todoist
So maybe it's something related to loading or saving empty/null sections in the cache. 🤔
Sorry, something went wrong.
Yes, you are right about that, It's a bug that will happen when there are null sections. Pull request #162 is to solve this issue.
No branches or pull requests
Hi!
There are tasks without a section that still display a section when I use the
list
command.This bug doesn't happen with all tasks.
Steps to reproduce:
todoist sync && todoist list -f '#example'
: the project shows as#Example
. ✅todoist sync && todoist list -f '#example'
: the project shows as#Example/My Section
. ✅todoist sync && todoist list -f '#example'
: the project still shows as#Example/My Section
. ❌show
command.In the details below: a (clean) transcript of my terminal output and some screenshots.
The text was updated successfully, but these errors were encountered: