# Things

I use Things to keep track of all my daily todos and longer lasting projects I started. Sometimes, the content between Things and a Trello board can be duplicate, but they serve different purposes.\
Things gives me a lower level view of next actions I can take. Trello is giving me a higher level overview of what needs to be done to achieve something. Usually, cards in Trello will be more documented than tasks in Things. A task in Things is more of a reminder for me to do something on a specific date.

I also try to use a GTD like approach whil using things. Usually, everything I have on my mind starts here as a task in my inbox, because I always have a device with me that has access to things.

## Keyboard Shortcuts

* `CTRL + <Assigned Key>` - Add a Tag to a task (Tag has to be given a shortcut in the Tag window first)

## Useful links

* [Full list of Things 3 Keyboard Shortcuts](https://support.culturedcode.com/customer/en/portal/articles/2785159-keyboard-shortcuts-for-mac)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.christianpoplawski.de/tools/macos/things.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
