Mention the graphics/seq2gif companion tool in DESCR of misc/ttyrec.

Suggested by sthen@
This commit is contained in:
stsp 2021-06-05 13:29:52 +00:00
parent e1249c257e
commit d63a2a7133
2 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:47:54 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2021/06/05 13:29:52 stsp Exp $
COMMENT= tty recorder
DISTNAME= ttyrec-1.0.8
REVISION= 3
REVISION= 4
CATEGORIES= misc
HOMEPAGE= http://0xcc.net/ttyrec/

View File

@ -3,3 +3,6 @@ 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.
Data recorded with ttyrec can be converted into an animated GIF
with the seq2gif tool from the graphics/seq2gif port.