You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ A simple command-line time tracking application written in Rust.
34
34
35
35
2. Add tasks as you complete them:
36
36
```
37
-
tt add "Education: CKA Labs"
38
-
tt add "lunch **" # Break
39
-
tt add "Meeting: Standup"
40
-
tt add "twiddlin' thumbs ***" # ignored activity
37
+
tt add "Education: CKA Labs" # This will add CKA labs to the Education project
38
+
tt add "Lunch **" # This will add a break
39
+
tt add "Meeting: Standup" # This will add Standup to the Meeting project
40
+
tt add "Twiddlin' thumbs ***" # This will add a task that doesn't count toward working time (i.e commuting)
41
41
```
42
42
43
43
3. Generate a report for today:
@@ -182,4 +182,4 @@ This software is released under the GPL-3.0 License.
182
182
183
183
## Shoutout & Accolades
184
184
This is heavily inspired by a probably better tool [UTT](https://github.com/larose/utt) by [larose](https://github.com/larose)
185
-
This was mainly used as a learning journey for using rust, you can practically consider this unmaintained.
185
+
This was mainly used as a learning journey for using rust and some added functionality I needed for my work, you can practically consider this unmaintained.
0 commit comments