Skip to main content
The omnibar is the single text field at the top of every lens in the Wrixton web app. In its default state it’s a live search filter — type anything and the list beneath narrows to matching items instantly. Type a forward slash and it becomes a full command palette, letting you navigate lenses, create items, snooze the focused row, or trigger data operations, all from the keyboard.

Using the command palette

Type / to switch the omnibar into command mode. A dropdown appears with every available command grouped by category.
KeyAction
↑ / ↓Move the highlight up or down the command list
↵ (Enter)Run the highlighted command
TabAutocomplete to the highlighted command name
EscClear the omnibar and return to normal search
As you type after the slash, the list filters by prefix — /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

CommandWhat it does
/exportDownloads a full JSON backup of all your items and projects
/importOpens a file picker to restore from a previously exported JSON file
/calendarCopies your calendar subscribe URL to the clipboard
/snooze <when>Snoozes the currently focused item to <when>
The /snooze command accepts the same shorthand formats as track snooze in the CLI:
FormatExampleMeaning
Nd3dN days from today
Nw2wN weeks from today
tomorrowtomorrowThe next calendar day
monsunfriThe next occurrence of that weekday
YYYY-MM-DD2026-09-01A specific date
/snooze requires a focused item — expand a row first, then run the command.
CommandCreates
/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
The title you type after the command name is the item’s title. Token shortcuts apply inside the title exactly as they do in the plain quick-add bar:
/todo Call dentist #admin !p1
/grocery Whole milk #costco
/buy Replacement HDMI cable !p2
TokenMeaning
#tagAttach a tag (repeat for multiple tags)
!p1!p5Set priority (1 = highest, 5 = lowest)
@slugAttach to a project (tasks only)
Add commands work from any lens — you don’t need to be on the Groceries lens to run /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.
SigilSuggests
#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.
To create an item whose title happens to match something you already have, use a slash-command add (/todo Exact title) instead of the plain quick-add, or open the advanced form with the ⌃↵ (chevron) button.