docs: document tags property column

This commit is contained in:
xeruf 2024-07-25 22:51:12 +03:00
parent fd94de7149
commit 960a5210c6
1 changed files with 4 additions and 2 deletions

View File

@ -41,23 +41,25 @@ Dots can be repeated to move to parent tasks
State descriptions can be used for example for Kanban columns. State descriptions can be used for example for Kanban columns.
### Columns ### Available Columns
- `id` - `id`
- `parentid` - `parentid`
- `name` - `name`
- `state` - `state`
- `tags`
- `desc` - accumulated notes of the task - `desc` - accumulated notes of the task
- `path` - name including parent tasks - `path` - name including parent tasks
- `rpath` - name including parent tasks up to active task - `rpath` - name including parent tasks up to active task
- `time` - time tracked - `time` - time tracked
- `ttime` - time tracked including subtasks - `ttime` - time tracked including subtasks
- TBI: `progress` - how many subtasks are complete - TBI: `progress` - how many subtasks are complete
- TBI: `progressp` - subtask completion in percent
For debugging: `props` - Task Property Events For debugging: `props` - Task Property Events
## Plans ## Plans
- Expiry (no need to fetch potential years of history) - Expiry (no need to fetch potential years of history)
- Web Interface, Messenger bots - Web Interface, Messenger integrations
- TUI - Clear terminal? - TUI - Clear terminal?