basic man pages for -view and -input

This commit is contained in:
nick black 2019-12-05 10:18:02 -05:00
parent e1356a2183
commit 92fb071fb1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 27 additions and 0 deletions

View File

@ -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)

View File

@ -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)