-
Notifications
You must be signed in to change notification settings - Fork 0
Task Management
Wylie Standage-Beier edited this page Dec 12, 2025
·
2 revisions
Complete guide to creating, editing, and managing tasks.
- Press
ato open task input - Type your task title
- Press
Enterto create
Create tasks with metadata in one line:
Fix login bug #bug !urgent due:today @Backend
See Quick-Add-Syntax for full syntax reference.
- Select a task
- Press
e - Modify the title
- Press
Enterto save,Escto cancel
- Select a task
- Press
D - Enter date (YYYY-MM-DD or keywords like
tomorrow) - Leave blank to clear
- Select a task
- Press
T - Enter comma-separated tags:
work, urgent - Leave blank to clear all tags
- Select a task
- Press
n - Enter or modify description
- Press
Enterto save
Press p to cycle through priorities:
| Symbol | Priority |
|---|---|
| (blank) | None |
! |
Low |
!! |
Medium |
!!! |
High |
!!!! |
Urgent |
| Symbol | Status | Description |
|---|---|---|
[ ] |
Todo | Not started |
[~] |
In Progress | Being worked on |
[!] |
Blocked | Waiting on something |
[x] |
Done | Completed |
[-] |
Cancelled | No longer needed |
Press x or Space to toggle between Todo ↔ Done.
- Select and press
xorSpace - Task moves to Done status
- Hidden if "hide completed" is active
When you complete a recurring task:
- Current task marked Done
- New task created with next due date
- New task appears in your list
See Recurring-Tasks for setup.
- Select the task
- Press
d - Confirm in the popup
Notes:
- Deletion can be undone with
u - Tasks with subtasks must have subtasks deleted first
- Press
vto enter mode - Navigate with
j/k - Press
Spaceto toggle selection - Selected tasks show
●
| Key | Action |
|---|---|
d |
Delete all selected |
m |
Move all to project |
- Press
Vto select all visible tasks - Press
vorCtrl+vto exit mode
Create tasks from predefined templates:
- Press
Ctrl+nto open picker - Navigate with
j/kor press number - Press
Enterto create - Edit the generated title
| Template | Priority | Tags |
|---|---|---|
| Bug Fix | High | #bug |
| Feature | Medium | #feature |
| Review | Medium | - |
| Meeting Notes | Low | #meeting |
| Daily Task | Low | - |
| Weekly Task | Low | - |
| Urgent | Urgent | #urgent |
| Research | Low | #research |
View comprehensive information about any task:
- Select a task
- Press
iorEnter - A scrollable modal appears with all task information
- Header: Title, status icon, priority indicators
- Metadata: Project, tags, task ID
- Dates: Created, updated, due, scheduled, completed
- Description: Full task description
- Time Tracking: Estimated vs actual time
- Subtasks: Progress and status
- Dependencies: Blocking tasks
- Time Entries: Recent tracking sessions
- Work Logs: Notes with timestamps
| Key | Action |
|---|---|
j / ↓
|
Scroll down |
k / ↑
|
Scroll up |
g |
Jump to top |
G |
Jump to bottom |
PgUp / PgDn
|
Page scroll |
Esc / q
|
Close |
Create hierarchical task structures:
- Select parent task
- Press
A(capital A) - Enter subtask title
- Press
Enter
See Subtasks-and-Dependencies for more.
- Select task
- Press
m - Choose project
- Press
Enter
Custom ordering is maintained within views.
| Key | Action |
|---|---|
a |
Add task |
A |
Add subtask |
e |
Edit title |
i |
View task details |
Enter |
View details / Select |
d |
Delete |
x / Space
|
Toggle complete |
p |
Cycle priority |
D |
Edit due date |
T |
Edit tags |
n |
Edit description |
m |
Move to project |
- Quick-Add-Syntax - Advanced task creation
- Projects - Organizing with projects
- Subtasks-and-Dependencies - Task hierarchies
- Recurring-Tasks - Repeating tasks