An open API service indexing awesome lists of open source software.

https://github.com/abiosoft/cmdplay

Prototype shell session recorder and player
https://github.com/abiosoft/cmdplay

Last synced: 4 months ago
JSON representation

Prototype shell session recorder and player

Awesome Lists containing this project

README

          

# cmdplay
Prototype shell session recorder and player

### Installation
```
go get github.com/abiosoft/cmdplay
```

### Usage
Record
```
cmdplay -r -f
```
Play
```
cmdplay -f
```

### Note
Hackathon quality code.
I have not yet decided to improve and/or maintain this.

### Demo
[asciinema.org/a/5d9ag4s6p5jyt7zq4omd9z7so](https://asciinema.org/a/5d9ag4s6p5jyt7zq4omd9z7so)