From 960a5210c6725d2c63735256ad464d23df447e3c Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 25 Jul 2024 22:51:12 +0300 Subject: [PATCH] docs: document tags property column --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b91b48..2bb81e1 100644 --- a/README.md +++ b/README.md @@ -41,23 +41,25 @@ Dots can be repeated to move to parent tasks State descriptions can be used for example for Kanban columns. -### Columns +### Available Columns - `id` - `parentid` - `name` - `state` +- `tags` - `desc` - accumulated notes of the task - `path` - name including parent tasks - `rpath` - name including parent tasks up to active task - `time` - time tracked - `ttime` - time tracked including subtasks - TBI: `progress` - how many subtasks are complete +- TBI: `progressp` - subtask completion in percent For debugging: `props` - Task Property Events ## Plans - Expiry (no need to fetch potential years of history) -- Web Interface, Messenger bots +- Web Interface, Messenger integrations - TUI - Clear terminal? \ No newline at end of file