Skip to content

Commit ac5b4fd

Browse files
author
Per-Gunnar Eriksson
committed
Make readme better
1 parent 963d7b7 commit ac5b4fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ A simple command-line time tracking application written in Rust.
3434

3535
2. Add tasks as you complete them:
3636
```
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)
4141
```
4242

4343
3. Generate a report for today:
@@ -182,4 +182,4 @@ This software is released under the GPL-3.0 License.
182182

183183
## Shoutout & Accolades
184184
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

Comments
 (0)