mirror of
https://github.com/imfing/hextra.git
synced 2025-08-26 00:36:44 -04:00

* Add asciinema shortcode and usage examples * Add asciinema shortcode * Modify * Modify * Modify * Modify * Modify * Remove old blog post and move content to dedicated documentation * Add remote cast file support * Fix remote cast file support * Modify asciinema guide * Add asciinema controls and idleTimeLimit * fix the play button position issue and update some details * Remove forced /casts/ prefix, implement flexible file lookup
19 lines
790 B
Plaintext
19 lines
790 B
Plaintext
{"version": 2, "width": 80, "height": 24, "timestamp": 1640995200, "env": {"TERM": "xterm-256color", "SHELL": "/bin/bash"}, "title": "Demo Terminal Session"}
|
|
[0.0, "o", "Welcome to the demo!\r\n"]
|
|
[1.0, "o", "$ "]
|
|
[2.0, "o", "ls -la\r\n"]
|
|
[2.5, "o", "total 8\r\n"]
|
|
[2.6, "o", "drwxr-xr-x 2 user user 4096 Jan 1 12:00 .\r\n"]
|
|
[2.7, "o", "drwxr-xr-x 20 user user 4096 Jan 1 12:00 ..\r\n"]
|
|
[2.8, "o", "-rw-r--r-- 1 user user 0 Jan 1 12:00 demo.txt\r\n"]
|
|
[3.0, "o", "$ "]
|
|
[4.0, "o", "cat demo.txt\r\n"]
|
|
[4.5, "o", "Hello, this is a demo file!\r\n"]
|
|
[5.0, "o", "$ "]
|
|
[6.0, "o", "echo 'This is a test command'\r\n"]
|
|
[6.5, "o", "This is a test command\r\n"]
|
|
[7.0, "o", "$ "]
|
|
[8.0, "o", "pwd\r\n"]
|
|
[8.5, "o", "/home/user/demo\r\n"]
|
|
[9.0, "o", "$ "]
|
|
[10.0, "o", "exit\r\n"] |