Skip to content
v0.10.1

Capture

markdown

Press + or click + add. Type a title, then press Enter. On the website demo, the capture footer actions are clickable. New captures land in the inbox with status open.

KeyAction
EnterSave and close
Shift+EnterSave and add another
TabOpen details
EscCancel

The board stays visible. A saved task flashes and becomes selected in the inbox. Invalid input stays open with an explanation.

Clicking a task while the quick-add line is open discards the draft and selects that task.

Press Tab from quick-add to add notes, steps, a thread, or a scope. The draft uses the full pane and opens in Notes. Its forward field ring is Title → Notes → steps → + step → Thread → Scope → Title; Shift+Tab reverses it. In a project preview, its title stays in the right-column header while Notes is active.

  • Shift+Enter saves.
  • Esc returns to the quick-add line.
  • Tab from the line restores your draft details.

Scroll to reach steps below long notes. Typing brings the notes cursor back into view.

Where you addDefault destination
Project boardThat project
Desk or ProjectsThe board’s launch repository inside Git; desk outside Git
Herdr quick-capture popupThe focused pane’s repository inside Git; desk outside Git

Use title tokens or the draft’s scope control to change the destination. Archived projects cannot receive new tasks.

Keeping an archived launch project archived changes the session’s default to desk.

Add a project or thread while typing the title:

Fix login timeout !p atlas !t auth
Buy coffee !p
TokenDestination or thread
!pDesk
!p nameExisting project uniquely matching that basename, ignoring case
!p /pathExisting absolute directory, creating a project there if needed
!tNo thread
!t nameNamed thread

Each token takes one whitespace-separated argument. Put bare !p or !t at the end, or before another token. A following #word also leaves the token bare.

Tokens are removed from the saved title. Remaining words are joined with single spaces. A title is required.

A bare project name must match exactly one project the board already knows: a project with tasks, an archived project, or the repository you launched from. A missing or ambiguous name leaves the draft open and names the problem, for example project atlss is not on the board.

Use an absolute existing directory (/… or ~/…) to create a new project destination. Relative paths and paths that are not directories leave the draft open; the destination row keeps showing the last valid destination.

Thread names are lowercased and must:

  • Start with an ASCII letter or digit.
  • Contain only ASCII letters, digits, -, or ..
  • Be at most 32 characters.

Invalid names leave the draft open with the rule that failed.

In Herdr, press prefix+a after setup. A popup opens with Title focused.

ActionResult
Type or edit the titleName the task
Add notes, a thread, or stepsInclude details before saving
Shift+EnterSave and close the popup
EscDiscard and close

If a step editor or scope picker is open, Esc closes that first. During save recovery, it cancels the pending save.

Selected text from the invoking pane prefills the title. An archived launch project falls back to desk. A failed save keeps the draft open for retry or cancel.

You can also invoke the popup explicitly:

Terminal window
herdr plugin action invoke quick-capture --plugin herdr-tsk

For the same capture flow in your terminal, run tsk capture. TSK_MODE=capture tsk is equivalent. Captured tasks start open.

Terminal window
tsk add -t "Fix login timeout" --thread auth
# the new task starts open; use tsk status T<n> ready when you pick it

CLI options · Editing tasks