diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-02 12:58:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-04 10:38:14 +0700 |
commit | ef100fc9277d6395f1a1fdca496d8d86abeae5f6 (patch) | |
tree | 0483f7d4e9041c5314e85df2bbf960fe4cf49780 /system/ttyrec/README | |
parent | 29e42556dcffd5814fb1f2bbada33352df3d6165 (diff) |
system/ttyrec: Added (tty recorder).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttyrec/README')
-rw-r--r-- | system/ttyrec/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/ttyrec/README b/system/ttyrec/README new file mode 100644 index 0000000000000..bb8b64513fd37 --- /dev/null +++ b/system/ttyrec/README @@ -0,0 +1,4 @@ +ttyrec is a tty recorder. Recorded data can be played back with +the included ttyplay command. ttyrec is just a derivative of script +command for recording timing information with microsecond accuracy as +well. It can record emacs -nw, vi, lynx, or any programs running on tty. |