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)