alanvardy / tod

An unofficial Todoist command line client written in Rust
MIT License
104 stars 9 forks source link

Allow the usage of a pre-defined list of labels #732

Closed stacksjb closed 2 weeks ago

stacksjb commented 6 months ago

When running 'tod list label', I have to manually specify a full list of labels each time.

We should instead have a list of labels locally in the config (could be imported, created, etc) that can be selected from.

No need to change existing label functionality - simply append (for that execution) the labels provided to the local list.

alanvardy commented 2 weeks ago

list label now pulls your labels from the API on main when no labels are specified. Does this meet your needs? Please reopen if not!