Using the command palette
Type/ to switch the omnibar into command mode. A dropdown appears with every available command grouped by category.
| Key | Action |
|---|---|
| ↑ / ↓ | Move the highlight up or down the command list |
| ↵ (Enter) | Run the highlighted command |
| Tab | Autocomplete to the highlighted command name |
| Esc | Clear the omnibar and return to normal search |
/gr narrows to /groceries, for example. Once you’ve typed a command name and a space (e.g. /snooze ), the bar is waiting for the argument; type it and press ↵ to run.
Command reference
Navigate — go to a lens
Navigate — go to a lens
Actions — do something
Actions — do something
| Command | What it does |
|---|---|
/export | Downloads a full JSON backup of all your items and projects |
/import | Opens a file picker to restore from a previously exported JSON file |
/calendar | Copies your calendar subscribe URL to the clipboard |
/snooze <when> | Snoozes the currently focused item to <when> |
/snooze command accepts the same shorthand formats as track snooze in the CLI:| Format | Example | Meaning |
|---|---|---|
Nd | 3d | N days from today |
Nw | 2w | N weeks from today |
tomorrow | tomorrow | The next calendar day |
mon–sun | fri | The next occurrence of that weekday |
YYYY-MM-DD | 2026-09-01 | A specific date |
/snooze requires a focused item — expand a row first, then run the command.Add — create a new item
Add — create a new item
| Command | Creates |
|---|---|
/todo <title> | A new todo |
/chore <title> | A new chore |
/gift <title> | A new gift |
/buy <title> | A new shopping item |
/grocery <title> | A new grocery |
| Token | Meaning |
|---|---|
#tag | Attach a tag (repeat for multiple tags) |
!p1 – !p5 | Set priority (1 = highest, 5 = lowest) |
@slug | Attach to a project (tasks only) |
/grocery.Token auto-suggest
While you’re typing a#, @, or ! token (with or without a slash command prefix), the omnibar switches to suggest mode and shows matching tags, project slugs, or priority values from your existing data. Press Tab or ↵ to insert the highlighted suggestion and keep typing.
| Sigil | Suggests |
|---|---|
# | Tags already in use across your items |
@ | Project slugs |
! | Priority values 1–5 |
Plain search (no slash)
Without a leading/, the omnibar is a live filter. As you type, the current lens narrows to items whose title, tags, or kind match your input. The filter applies token shortcuts too — type #admin to show only items tagged admin, or !p1 to show only priority-1 items. Combine them freely: dentist #admin !p1.
Press Tab to autocomplete the omnibar text to the title of the top-matching item. This prevents accidental duplicates: if the item you wanted already exists, Tab fills in its exact title, and the quick-add shortcut (⌘↵) is suppressed when the title already matches an existing row.