Skip to content

Commit fbdafa2

Browse files
authored
Merge pull request #26 from AndreasLF/docs-readme-updates
docs-readme-updates
2 parents 3fae24f + 6c9ff4e commit fbdafa2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ gittask init
6262
| Command | Description |
6363
| :--- | :--- |
6464
| `gt checkout -b <branch>` | **Start here.** Creates a branch, links/creates an Asana task, and starts the timer. |
65+
| `gt track` | Track time on an Asana task without linking to a branch (e.g., meetings, code reviews). |
6566
| `gt status` | Shows current branch, task, and session duration. |
6667
| `gt finish` | **The magic command.** Stops timer, syncs time, merges PR, closes task, and deletes branch. |
6768

@@ -89,5 +90,11 @@ gittask init
8990
| `gt tags add` | Add tags to the current task. |
9091
| `gt tags list` | View tags on the current task. |
9192

93+
### 🖥️ GUI (Experimental)
94+
95+
| Command | Description |
96+
| :--- | :--- |
97+
| `gt gui` | Launch the terminal-based graphical interface for visual task management. |
98+
9299
---
93100
*Happy Coding!* 🚀

0 commit comments

Comments
 (0)