-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathicat.man
36 lines (36 loc) · 1.26 KB
/
icat.man
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
.TH ICAT 1 2018-03-27 "" "User Commands"
.SH NAME
icat - display images in terminal
.SH SYNOPSIS
\fBicat\fR \fI[OPTION]\fR... \fIFILE\fR...
.SH DESCRIPTION
\fBicat\fR outputs images on 256-color terminals with UTF-8 locale.
It can also display images in 24-bit color mode, for terminals which support it.
.PP
You can specify multiple images to be displayed.
If you use "\fB-\fR" as the filename, the image will be read from standard input.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Display a help screen and exit.
.TP
\fB\-k\fR, \fB\-\-keep\fR
Do not automatically resize larger images to fit in terminal width.
Using this overrides the \fB--width\fR option.
.TP
\fB\-m\fR, \fB\-\-mode\fR <\fIindexed\fR, \fI24bit\fR, \fIboth\fR>
Use indexed mode (256-color, the default), 24-bit color, or both.
.TP
\fB\-w\fR, \fB\-\-width\fR \fICOLUMNS\fR
Specifies how many terminal columns to use (controls width of output).
.TP
\fB\-x\fR \fICOLUMN\fR
Specifies the column to output the image at (indexed starting from 1).
.TP
\fB\-y\fR \fIROW\fR
Specifies the row to output the image at (indexed starting from 1).
Ignored if more than one file is provided.
.SH LICENCE
This program is made available under the terms of the BSD (2-clause) licence.
.SH AUTHOR
Copyright 2012-2017 by \fBAndreas Textor\fR.