Reference
Commands reference
The full command syntax — mentions, verbs, and operators.
The palette accepts forgiving natural language. These are the verbs and operators it recognizes.
Mentions
| Syntax | What it does |
|---|---|
@name | Reference any Linear issue, Attio record, or personal item by fuzzy match. |
@L-128 | Exact Linear issue ID. |
@attio:acme | Scope a mention to one source. |
Verbs
| Verb | Example | Result |
|---|---|---|
assign | assign FOLO-12 to alex | Sets assignee on a Linear issue. |
due | due friday, due in 3 days | Natural-language date parser. |
follow up | @acme-corp follow up thu | Creates an Attio task with a follow-up date. |
remind me | remind me fri at 2 to call… | Adds a local task with a reminder. |
note | note on @acme-corp: … | Appends a note to an Attio record. |
show | show open threads with acme | Cross-source query. |
Operators
- Dates:
today,tomorrow, weekday names,in N days,next week,mar 12. - Priority: append
!,!!,!!!for low/med/high. - Tags:
#focus,#blocked, etc. (personal items only). - Scope:
in:linear,in:attio,in:personalto force a source.
Examples
assign FOLO-128 to alex due fri !!
@acme-corp follow up thursday re: security review
remind me tomorrow at 9 to prep the investor update #focus
show issues assigned to me due this week
note on @beta-labs: they're blocked on SSO until Q2