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
- Host: GitHub
- URL: https://github.com/abiosoft/cmdplay
- Owner: abiosoft
- License: apache-2.0
- Created: 2017-02-05T12:10:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T21:11:31.000Z (over 9 years ago)
- Last Synced: 2025-10-24T04:04:01.207Z (8 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)