1ICAT(1) User Commands ICAT(1)
2
3
4
6 icat - display images in terminal
7
9 icat [OPTION]... FILE...
10
12 icat outputs images on 256-color terminals with UTF-8 locale. It can
13 also display images in 24-bit color mode, for terminals which support
14 it.
15
16 You can specify multiple images to be displayed. If you use "-" as the
17 filename, the image will be read from standard input.
18
20 -h, --help
21 Display a help screen and exit.
22
23 -k, --keep
24 Do not automatically resize larger images to fit in terminal
25 width. Using this overrides the --width option.
26
27 -m, --mode <indexed, 24bit, both>
28 Use indexed mode (256-color, the default), 24-bit color, or
29 both.
30
31 -w, --width COLUMNS
32 Specifies how many terminal columns to use (controls width of
33 output).
34
35 -x COLUMN
36 Specifies the column to output the image at (indexed starting
37 from 1).
38
39 -y ROW Specifies the row to output the image at (indexed starting from
40 1). Ignored if more than one file is provided.
41
43 This program is made available under the terms of the BSD (2-clause)
44 licence.
45
47 Copyright 2012-2017 by Andreas Textor.
48
49
50
51 2018-03-27 ICAT(1)