Interactive asciicast editor
Go to file
Trevor Slocum 866074a15a Add playback slider 2020-10-27 18:21:54 -07:00
.gitignore Initial commit 2020-10-23 10:58:10 -07:00
.gitlab-ci.yml Initial commit 2020-10-23 10:58:10 -07:00
LICENSE Initial commit 2020-10-23 10:58:10 -07:00
README.md Support fast forwarding and rewinding 2020-10-23 13:38:54 -07:00
command.go Display playback position 2020-10-23 12:28:10 -07:00
editor.go Add playback slider 2020-10-27 18:21:54 -07:00
go.mod Add playback slider 2020-10-27 18:21:54 -07:00
go.sum Add playback slider 2020-10-27 18:21:54 -07:00
main.go Support fast forwarding and rewinding 2020-10-23 13:38:54 -07:00
player.go Add playback slider 2020-10-27 18:21:54 -07:00
viewer.go Support fast forwarding and rewinding 2020-10-23 13:38:54 -07:00

README.md

asciinema-editor

CI status Donate

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.