Configure for .stowrc

This commit is contained in:
Ian Keane 2022-07-08 22:10:57 -04:00
parent e58bb4c0a0
commit 1091129506
132 changed files with 4 additions and 18 deletions

View file

@ -0,0 +1,27 @@
# 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