sachaos / todoist

Todoist CLI Client. I ❤️ Todoist and CLI.
MIT License
1.47k stars 105 forks source link

error using fzf completion with projects #243

Open oscarenzo opened 1 year ago

oscarenzo commented 1 year ago

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 using the autocomplete for project, be default the projects have a colour assigned, when a project choosed, the is or name are added with their colors

○ → todoist add --project-id ^[[34m2243961130^[[0m "new task"

Is a current bug or maybe something I miss in my autocomplete configuration?, I'm using this file to load in order to enable the autocomplete:

https://github.com/sachaos/todoist/blob/master/todoist_functions_fzf_bash.sh

The result:

fzf_error_project_color

Thank you, best regards.