forked from asciinema/asciinema-player
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.cast
More file actions
23 lines (23 loc) · 1.19 KB
/
sample.cast
File metadata and controls
23 lines (23 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{"version": 2, "width": 80, "height": 24, "timestamp": 1234567890, "env": {"TERM": "xterm-256color", "SHELL": "/bin/bash"}}
[0.123456, "o", "\u001b[1;32m$ \u001b[0m"]
[1.234567, "o", "echo \"Hello, Asciinema Player!\"\r\n"]
[1.345678, "o", "Hello, Asciinema Player!\r\n"]
[2.456789, "o", "\u001b[1;32m$ \u001b[0m"]
[3.567890, "o", "ls -la\r\n"]
[3.678901, "o", "total 32\r\n"]
[3.789012, "o", "drwxr-xr-x 5 user user 4096 Apr 10 12:34 .\r\n"]
[3.899123, "o", "drwxr-xr-x 10 user user 4096 Apr 10 12:33 ..\r\n"]
[4.010234, "o", "-rw-r--r-- 1 user user 123 Apr 10 12:34 file1.txt\r\n"]
[4.121345, "o", "-rw-r--r-- 1 user user 456 Apr 10 12:34 file2.txt\r\n"]
[4.232456, "o", "-rw-r--r-- 1 user user 789 Apr 10 12:34 file3.txt\r\n"]
[4.343567, "o", "\u001b[1;32m$ \u001b[0m"]
[5.454678, "o", "cat file1.txt\r\n"]
[5.565789, "o", "This is the content of file1.txt\r\n"]
[5.676890, "o", "\u001b[1;32m$ \u001b[0m"]
[6.787901, "o", "cat file2.txt\r\n"]
[6.898012, "o", "This is the content of file2.txt\r\n"]
[7.009123, "o", "\u001b[1;32m$ \u001b[0m"]
[7.120234, "o", "cat file3.txt\r\n"]
[7.231345, "o", "This is the content of file3.txt\r\n"]
[7.342456, "o", "\u001b[1;32m$ \u001b[0m"]
[8.453567, "o", "exit\r\n"]