]> git.walde.dev - punch/commitdiff
Update readme
authorDustin Walde <redacted>
Fri, 20 Jan 2023 21:21:32 +0000 (13:21 -0800)
committerDustin Walde <redacted>
Fri, 20 Jan 2023 21:21:32 +0000 (13:21 -0800)
readme.adoc

index f06f99e10d28d9d8d06e41190e65e5bc0165c17b..479dc75148e5b9a8830486afa8f06fcb41523d53 100644 (file)
@@ -34,6 +34,13 @@ Fails if the category is not already punched in.
 
 `+$ tt out [<category_id>]+`
 
+==== to
+
+Punches the category out, if exactly one is in.
+Then punches in the new category in its place.
+
+`+$ tt to <category_id>+`
+
 `+category_id+` is optional if there is only one category currently punched in.
 
 ==== pop
@@ -45,10 +52,16 @@ Works an an undo.
 
 ==== list
 
+Lists the current state of each category.
+
+`+$ tt list`
+
+==== print
+
 Lists each category (or just the category specified) and current state of
 that category.
 
-`+$ tt list [category_id]+`
+`+$ tt print [category_id]+`
 
 ==== daemon | service