Skip to content

Commit 7c30be5

Browse files
committed
docs: improve readme demo readability
1 parent 46e29d1 commit 7c30be5

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

-820 KB
Loading

tapes/time-start-stop.tape

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
Output recordings/time-start-stop.gif
55

66
Set Shell zsh
7-
Set FontSize 18
7+
Set FontSize 16
88
Set FontFamily "Menlo"
9-
Set Width 1800
10-
Set Height 800
9+
Set Width 960
10+
Set Height 540
1111
Set Theme "Catppuccin Mocha"
1212
Set TypingSpeed 45ms
1313
Set Framerate 24
@@ -26,7 +26,7 @@ Sleep 500ms
2626
Type "PROMPT_EOL_MARK=''"
2727
Enter
2828
Sleep 500ms
29-
Type "stty cols 160 rows 40"
29+
Type "stty cols 112 rows 28"
3030
Enter
3131
Sleep 500ms
3232
Type "clear"
@@ -46,19 +46,19 @@ Type "# Pick a project and task"
4646
Enter
4747
Sleep 1s
4848

49-
Type "keito projects show 'Website Redesign'"
49+
Type "keito projects show 'Website Redesign' --json | jq -r '.name, .code'"
5050
Enter
5151
Sleep 3s
5252

53-
Type "keito projects tasks --limit 6"
53+
Type "keito projects tasks --json | jq -r '.[0:6][].name'"
5454
Enter
5555
Sleep 3s
5656

5757
Type "# Start a timer"
5858
Enter
5959
Sleep 1s
6060

61-
Type "keito time start --project 'Website Redesign' --task Development --notes 'Demo recording'"
61+
Type "keito time start --project 'Website Redesign' --task Development --notes Demo"
6262
Enter
6363
Sleep 4s
6464

@@ -74,14 +74,14 @@ Type "# Stop and save it"
7474
Enter
7575
Sleep 1s
7676

77-
Type "keito time stop --notes 'Demo recording complete'"
77+
Type "keito time stop --notes Done"
7878
Enter
7979
Sleep 4s
8080

81-
Type "# Review recent entries"
81+
Type "# Confirm no timer is running"
8282
Enter
8383
Sleep 1s
8484

85-
Type "keito time list --limit 3"
85+
Type "keito time running --json"
8686
Enter
8787
Sleep 4s

0 commit comments

Comments
 (0)