Go to file
2023-04-21 11:04:07 +08:00
cast update 2023-04-08 16:06:39 +08:00
static update 2023-04-08 16:08:08 +08:00
.gitignore update readme and upload cast files 2023-04-08 15:40:10 +08:00
hello_asciicast.cast modify height and width 2023-04-06 00:16:42 +08:00
README.md modify title 2023-04-21 11:04:07 +08:00

This is a repository that demonstrates the use of asciicast on Gitea

My study notes

How to install & use acsiinema

Install (macOS)

For macos, I recommend using Homebrew to install asciinema.

install

Obviously I have installed asciinema already😂.

Record

rec

How to build & startup act_runner

Build

runner build

An executable file named act_runner is generated.

Startup

runner startup

Please set address to the ip of the current host in the .runner file before startup.

It just needs to be changed during development. If you are in production, please do not modify .runner file.

Then execute act_runner file, You will specify the configuration file and run act_runner.