Organise labels by alphabetising, using the same naming convention and assigning colors.
This script is not created by, affiliated with, or supported by Doist.
- Add your Todoist API key as an environment variable like
TODOIST_API_KEY
. $ npm i
to install the dependencies.$ npm run start
in the root of the project.
- Colourise labels (so they aren't all grey!).
- Make label names all lowercase.
- Order labels alphabetically.
- Replace spaces in label names with underscores.
- Unit testing.
I like the labelling system in Todoist but I couldn't find a way to make the feature work for me. After adding lots of labels it became cumbersome, so I wanted a clean way to tidy them up and so, this tool was born.
Please follow GithubFlow and request assignment to an issue before working on it.