swordfish-rs 0.1.0

Cli tool for screen typing pre defined scripts
swordfish-rs-0.1.0 is not a library.
Visit the last successful build: swordfish-rs-0.6.0

Swordfish

Cli tool for screen typing pre defined scripts.

Example screen play:

- !write {msec: 0, color: green, text:  "$ "}
- !write {msec: 20, text:    "i am going to list this dir"}
- !wait {msec: 1000}
- !erase {msec: 20, by_chars: xxxxxxxxxxxxxxxxxxxxxxxxxxx }
- !wait {msec: 1000}
- !write {msec: 20, text: ls}
- !wait {msec: 1000}
- !execute {line: ls -la}
- !wait {msec: 3000}
- !write {msec: 1000, color: green, text:  "$ "}
- !write {msec: 20, text: bye}
- !pause

Quick start

Install