#stdio #cli #record #recording #command #log #file

app recl

A simple program to record CLI with

1 unstable release

0.2.1 Oct 1, 2020

#28 in #recording

MIT license

9KB
215 lines

RECL

A simple program to record CLI with.

Currently no support for recording stdin.

Usage

Record

Record command's output to file.

recl r|record <file> <command>

Play

Play recording from file.

recl p|play <file>

Example

$ 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

Installation

Cargo

cargo install recl

Osoy

osoy c rasmusmerzin/recl

No runtime deps