-
Notifications
You must be signed in to change notification settings - Fork 1
/
todo.1
47 lines (47 loc) · 1.52 KB
/
todo.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.\"
.\" Comment
.Dd Apr 1, 2019
.Dt todo 1
.Sh NAME
.Nm Todo
.Nd Todo lists in the terminal
.Sh SYNOPSIS
.Nm todo
.\".TH CATIMG "1" "January 2017" "catimg" "General Commands Manual"
.\"
.\".SH NAME
.\"catimg \- fast image printing in to your terminal
.\"
.\".SH SYNOPSIS
.\".B catimg
.\"[\fIoptions\fP]
.\"\fBimage\fP
.\"
.\".SH DESCRIPTION
.\".B catimg
.\"is a little program written in C with no dependencies that prints images in the terminal. It supports JPEG, PNG and GIF formats.
.\"
.\".SH OPTIONS
.\".TP
.\"\fB\-h\fR
.\"Prints a help message
.\".TP
.\"\fB\-w\fR WIDTH
.\"Specify the width of the displayed image, by default catimg will use the terminal width.
.\".TP
.\"\fB\-l\fR LOOPS
.\"Specify the amount of loops that catimg should repeat a GIF. A value of 1 means that the GIF will be displayed twice. A negative value implies infinity.
.\".TP
.\"\fB\-r\fR RESOLUTION
.\"Possible values 1 or 2. Force the resolution of the image. By default catimg will check if rendering in higher resolution is possible and do so or use the lower one.
.\".TP
.\"\fB\-c\fR
.\"Convert colors to a restricted palette. This is useful when terminal only support a limited set of colors. This transformation should be more accurate than the one performed by the terminal.
.\"
.\".SH BUGS
.\"Please report any bugs to https://github.com/posva/catimg/issues.
.\"
.\".SH AUTHORS
.\"catimg was written by Eduardo San Martin Morote (https://github.com/posva)
.\".LP
.\"This manual page was written by Jonathan Carter <[email protected]> and Eduardo San Martin Morote