27 lines
786 B
Markdown
27 lines
786 B
Markdown
# Using vit:
|
|
- a: add task
|
|
- A: annotate task
|
|
- task description project:projectname depends:id#
|
|
- e: edit task in `$EDITOR`
|
|
|
|
# colors:
|
|
- `include dark-yellow-green.theme`
|
|
```
|
|
color.project.unraid=yellow
|
|
color.project.workflow=green
|
|
color.project.home=color5 # purple
|
|
color.project.renovation=blue
|
|
```
|
|
- get colors with `task color`
|
|
|
|
# handle 'subtasks' through annotations
|
|
- see annotations using `:long`
|
|
- get old view back with :list
|
|
- `vit list` to get just the list at startup after adding annotations
|
|
|
|
# rapidly add similar tasks using history
|
|
- `Add: project:aws depends:37` + new task desc multiple times, etc
|
|
|
|
# Taskwarrior quirks
|
|
- Urgency is usually a function of blockers + priority, you might find that
|
|
high priority doesn't put a task over one that blocks many others
|