You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
.gitlab-ci.yml | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
command.go | 3 years ago | |
editor.go | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
main.go | 3 years ago | |
player.go | 3 years ago | |
viewer.go | 3 years ago |
README.md
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.