Interactive asciicast editor
.gitignore | ||
.gitlab-ci.yml | ||
command.go | ||
editor.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
player.go | ||
README.md | ||
viewer.go |
asciinema-editor
Interactive asciicast editor
Features
- WIP
Install
go get gitlab.com/tslocum/asciinema-editor
Usage
Execute asciinema-editor
twice to edit a screencast.
asciinema-editor --viewer # Start the viewer
asciinema-editor /tmp/path/to/screen.cast # Start the editor
Tip: A terminal multiplexer such as tmux or screen makes switching between instances easier.
Note: It is possible (but not recommended) to edit a cast using a single
editor instance by providing the argument --single
. It is not possible to
pause playback when using a single instance.
Dependencies
Support
Please share issues and suggestions here.