From def43d64de55ae2562d3c5f277cfc40542dfd2b9 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Fri, 17 Dec 2021 16:02:32 +0100 Subject: [PATCH] Added documentation for st command --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ad0e861..ecb58db 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,18 @@ Switched to project Project 2 ~~~ #### `st [/]` +Switches to another task of the same project.\ +If the optional parameter `` is present, the task with name `` of project `` is set active. This also causes the active project to change to ``. + +Examples: +~~~ +tt> st Task 2 +Switched to task Project 2/Task 2 +~~~ +~~~ +tt> st Test_Project/Debugging +Switched to task Test Project/Debugging +~~~ #### `start /]`