From 6c9ff4e71c55e1ad22661ec4c2e5d7fbce4856c0 Mon Sep 17 00:00:00 2001 From: Andreas Fiehn Date: Sat, 10 Jan 2026 19:38:00 +0100 Subject: [PATCH] docs: update readme with track command and gui --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9e860d0..3636fae 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ gittask init | Command | Description | | :--- | :--- | | `gt checkout -b ` | **Start here.** Creates a branch, links/creates an Asana task, and starts the timer. | +| `gt track` | Track time on an Asana task without linking to a branch (e.g., meetings, code reviews). | | `gt status` | Shows current branch, task, and session duration. | | `gt finish` | **The magic command.** Stops timer, syncs time, merges PR, closes task, and deletes branch. | @@ -89,5 +90,11 @@ gittask init | `gt tags add` | Add tags to the current task. | | `gt tags list` | View tags on the current task. | +### 🖥️ GUI (Experimental) + +| Command | Description | +| :--- | :--- | +| `gt gui` | Launch the terminal-based graphical interface for visual task management. | + --- *Happy Coding!* 🚀