-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradix-tui-demo.tape
More file actions
68 lines (60 loc) · 885 Bytes
/
Copy pathradix-tui-demo.tape
File metadata and controls
68 lines (60 loc) · 885 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
63
64
65
66
67
68
Output radix-tui-demo.gif
# Terminal appearance and environment
Set FontSize 24
Set FontFamily "MesloLGS NF"
Set Theme "Catppuccin Mocha"
Set Width 1800
Set Height 900
Set Padding 10
Set Margin 30
Set MarginFill "#674EFF"
Set BorderRadius 12
Set Shell zsh
# Build the app and set demo mode
Hide
Type "go build -o radix-tui ."
Enter
Type `export RADIX_TUI_DEMO=1`
Enter
Type "clear"
Enter
Show
# Launch the TUI with mocked data
Type "./radix-tui"
Enter
Sleep 2.0s
# Navigate applications list and open one
Down
Sleep 600ms
Up
Sleep 600ms
Enter
Sleep 1.2s
# Browse pipeline jobs (right pane)
Down
Sleep 500ms
Down
Sleep 500ms
Down
Sleep 500ms
Up
Sleep 700ms
# Return to applications and pick another
Escape
Sleep 800ms
Down
Sleep 500ms
Down
Sleep 500ms
Enter
Sleep 1.2s
# Scroll pipeline again
Down
Sleep 500ms
Down
Sleep 500ms
Up
Sleep 600ms
# Quit the demo
Type "q"
Sleep 800ms