File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44Output recordings/time-start-stop.gif
55
66Set Shell zsh
7- Set FontSize 18
7+ Set FontSize 16
88Set FontFamily "Menlo"
9- Set Width 1800
10- Set Height 800
9+ Set Width 960
10+ Set Height 540
1111Set Theme "Catppuccin Mocha"
1212Set TypingSpeed 45ms
1313Set Framerate 24
@@ -26,7 +26,7 @@ Sleep 500ms
2626Type "PROMPT_EOL_MARK=''"
2727Enter
2828Sleep 500ms
29- Type "stty cols 160 rows 40 "
29+ Type "stty cols 112 rows 28 "
3030Enter
3131Sleep 500ms
3232Type "clear"
@@ -46,19 +46,19 @@ Type "# Pick a project and task"
4646Enter
4747Sleep 1s
4848
49- Type "keito projects show 'Website Redesign'"
49+ Type "keito projects show 'Website Redesign' --json | jq -r '.name, .code' "
5050Enter
5151Sleep 3s
5252
53- Type "keito projects tasks --limit 6 "
53+ Type "keito projects tasks --json | jq -r '.[0:6][].name' "
5454Enter
5555Sleep 3s
5656
5757Type "# Start a timer"
5858Enter
5959Sleep 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"
6262Enter
6363Sleep 4s
6464
@@ -74,14 +74,14 @@ Type "# Stop and save it"
7474Enter
7575Sleep 1s
7676
77- Type "keito time stop --notes 'Demo recording complete' "
77+ Type "keito time stop --notes Done "
7878Enter
7979Sleep 4s
8080
81- Type "# Review recent entries "
81+ Type "# Confirm no timer is running "
8282Enter
8383Sleep 1s
8484
85- Type "keito time list --limit 3 "
85+ Type "keito time running --json "
8686Enter
8787Sleep 4s
You can’t perform that action at this time.
0 commit comments