Crates.io | recl |
lib.rs | recl |
version | 0.2.1 |
source | src |
created_at | 2020-10-01 16:38:34.17995 |
updated_at | 2020-10-01 16:38:34.17995 |
description | A simple program to record CLI with. |
homepage | |
repository | https://github.com/rasmusmerzin/recl |
max_upload_size | |
id | 295085 |
size | 10,130 |
A simple program to record CLI with.
Currently no support for recording stdin.
Record command's output to file.
recl r|record <file> <command>
Play recording from file.
recl p|play <file>
$ recl r log sh -c 'echo 1; sleep 1; echo 2'
1 2
$ cat log
1 4 49 10 1 1005 50 10
$ recl p log
1 2
cargo install recl
osoy c rasmusmerzin/recl