Albert plugin to quickly add items to todoist.
Use the prefix "todo: " in albert to add a todo.
If the todoist executable is found in your $PATH the plugin will use the command todoist quick <TODO>
to add a todo. Otherwise if the todoist-python library is installed (pip install todoist-python)
then the plugin will make an API requests through the library, if neither the cli nor the library is installed
then the plugin will just make a direct request to the todoist API.