Interactive asciicast editor
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.
Trevor Slocum 866074a15a Add playback slider 3 years ago
.gitignore Initial commit 3 years ago
.gitlab-ci.yml Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Support fast forwarding and rewinding 3 years ago
command.go Display playback position 3 years ago
editor.go Add playback slider 3 years ago
go.mod Add playback slider 3 years ago
go.sum Add playback slider 3 years ago
main.go Support fast forwarding and rewinding 3 years ago
player.go Add playback slider 3 years ago
viewer.go Support fast forwarding and rewinding 3 years ago

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.