ico-sxiv

View the individual entries of an ICO file in sxiv ⏺️

NameSizeMode
..
README.md 922B -rw-r--r--
01
02
03
04
05
06
07
08
09
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
# ico-sxiv

View the individual entries of an ICO file in sxiv

## Synopsis

View the individual entries of an ICO file in `sxiv`.

## Requirements

* [mktemp](https://www.gnu.org/software/coreutils/)
* [sxiv](https://github.com/muennich/sxiv)
* [ImageMagick](https://imagemagick.org/index.php)

## Usage

```
ico-sxiv FILE
```

## Installation

The `ico-sxiv(1)` command and it's man page can be installed in Unix systems 
by cloning this repository and running:

```
make install
```

The `BIN_TARGET` Make variable (defaults to `$HOME/.local/bin`) controls the
directory the binary is installed in, while the `MAN_TARGET` Make variable
(defaults to `$HOME/.local/share/man/man1`) controls the directory the man page
is installed in.

## Authors

`ico-sxiv` was written by Pablo <pablo-pie@riseup.net>.

## Copying

Copyright (C) 2025 Pablo.
Free use of this software is granted under the terms of the GPL-3.0 License.