sachaos / todoist

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

Config location in README is incorrect #167

Closed joshtemple closed 1 year ago

joshtemple commented 3 years ago

The README says:

Config by default stored in $HOME/.config/todoist/config.json

However, on MacOS, my config is in $HOME/.todoist.config.json, which was really confusing to debug since there's no way from the CLI to reset the API token.

HacDan commented 3 years ago

@joshtemple I just performed a build from source and found my config.json in $HOME/.config/todoist/. Can you confirm with a build from source that that's where the config ends up being stored? I'm wondering if it's an outdated version from a package manager like brew?

EDIT:

Can confirm this bug was from version 0.15. Brew doesn't have the latest version. I've submitted a PR to correct this.

kenliu commented 1 year ago

This is resolved now, closing this issue.