29 lines
270 B
Elixir
29 lines
270 B
Elixir
Output examples/bubbletea/stopwatch.gif
|
|
|
|
Hide
|
|
Type "go build -o stopwatch ."
|
|
Enter
|
|
Type "clear"
|
|
Enter
|
|
Show
|
|
|
|
Type "./stopwatch"
|
|
Enter
|
|
Sleep 0.5
|
|
|
|
Sleep 1
|
|
Type "s"
|
|
Sleep 0.5
|
|
Type "r"
|
|
Sleep 0.5
|
|
Type "s"
|
|
Sleep 2
|
|
Type "q"
|
|
Sleep 0.5
|
|
|
|
Hide
|
|
Ctrl+C
|
|
Type "rm stopwatch"
|
|
Enter
|
|
Show
|