From 92fb071fb1a5ac61258c2db04131da2493ff2c28 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 5 Dec 2019 10:18:02 -0500 Subject: [PATCH] basic man pages for -view and -input --- doc/man/man1/notcurses-input.1 | 10 ++++++++++ doc/man/man1/notcurses-view.1 | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 doc/man/man1/notcurses-input.1 create mode 100644 doc/man/man1/notcurses-view.1 diff --git a/doc/man/man1/notcurses-input.1 b/doc/man/man1/notcurses-input.1 new file mode 100644 index 000000000..62560d9ac --- /dev/null +++ b/doc/man/man1/notcurses-input.1 @@ -0,0 +1,10 @@ +.TH notcurses-input. 1 "2019-12-05" +.SH NAME +notcurses-input \- Display and decode input +.SH SYNOPSIS +.B notcurses-input +.SH DESCRIPTION +.B notcurses-input +reads from stdin and decodes the input to stdout, including synthesized events. +.SH SEE ALSO +notcurses(3notcurses), terminfo(5) diff --git a/doc/man/man1/notcurses-view.1 b/doc/man/man1/notcurses-view.1 new file mode 100644 index 000000000..22a7fd6f9 --- /dev/null +++ b/doc/man/man1/notcurses-view.1 @@ -0,0 +1,17 @@ +.TH notcurses-view 1 "2019-12-05" +.SH NAME +notcurses-view \- Render multimedia to the terminal +.SH SYNOPSIS +.B notcurses-view +.IR files... +.SH OPTIONS +.TP +.IR files +Files to successively render. +.SH DESCRIPTION +.B notcurses-view +renders multimedia to the terminal using libav. +.SH NOTES +Proper display requires a terminal advertising the RGB terminfo(5) capability (necessary for specification of arbitrary 24bpp colors), and a monospaced font with good Unicode support. +.SH SEE ALSO +notcurses(3notcurses), ffmpeg(1), terminfo(5)