blind-from-text.1 - blind - suckless command-line video editing utility | |
git clone git://git.suckless.org/blind | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
blind-from-text.1 (555B) | |
--- | |
1 .TH BLIND-FROM-TEXT 1 blind | |
2 .SH NAME | |
3 blind-from-text - Convert text to a video | |
4 .SH SYNOPSIS | |
5 .B blind-from-text | |
6 .SH DESCRIPTION | |
7 .B blind-from-text | |
8 reads text from stdin, converts it to a video, | |
9 and prints the video to stdout. The input text | |
10 shall be formatted like the output of | |
11 .BR blind-to-text (1), | |
12 however, and <newline> or <space> may be replace | |
13 with any whitespace, except on the first line, | |
14 which represents the head. | |
15 .SH SEE ALSO | |
16 .BR blind (7), | |
17 .BR blind-to-text (1), | |
18 .BR blind-from-portable (1) | |
19 .SH AUTHORS | |
20 Mattias Andrée | |
21 .RI < [email protected] > |