Description
Thetimo list command prints all thoughts stored in your list to the terminal. Each thought is displayed with its unique ID, which you can use with other commands like remove. You can filter thoughts by label and optionally display label information.
Syntax
Options
Filter the list to show only thoughts with the specified label. This is useful when you want to focus on a specific category of thoughts.
Display the label for each thought in the output. By default, labels are hidden unless you use this flag.
Examples
List all thoughts
List all thoughts with labels
List thoughts with a specific label
List work thoughts with labels visible
Common Use Cases
The ID numbers shown in the list output are used with the
timo remove command to delete specific thoughts.When filtering by label with
-l, only thoughts that have been assigned that exact label will be displayed.