-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.tape
More file actions
62 lines (51 loc) · 886 Bytes
/
Copy pathdemo.tape
File metadata and controls
62 lines (51 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# mimo-streak demo — showcases all commands and options
Output mimo-streak.gif
Set Width 960
Set Height 580
Set FontSize 16
Set FontFamily "JetBrains Mono"
Set LineHeight 1.2
Set Padding 24
Set Theme "TokyoNightStorm"
Set TypingSpeed 50ms
Set PlaybackSpeed 1.0
Set BorderRadius 12
Set WindowBar Colorful
Set WindowBarSize 36
Hide
Type "clear"
Enter
Sleep 500ms
Show
# Default view — full heatmap dashboard
Type "mimo-streak"
Enter
Sleep 3s
# Narrow to 26 weeks
Type "mimo-streak --weeks 26"
Enter
Sleep 2.5s
# Model breakdown
Type "mimo-streak models"
Enter
Sleep 2.5s
# Filtered models
Type "mimo-streak models mimo"
Enter
Sleep 2.5s
# Project activity
Type "mimo-streak projects"
Enter
Sleep 2.5s
# Weekly trends
Type "mimo-streak trends"
Enter
Sleep 2.5s
# JSON output
Type "mimo-streak --json --weeks 8"
Enter
Sleep 2s
# Help
Type "mimo-streak --help"
Enter
Sleep 2s