ico-sxiv

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

README.md (926B)

 1 # ico-sxiv
 2 
 3 View the individual entries of an ICO file in sxiv
 4 
 5 ## Synopsis
 6 
 7 View the individual entries of an ICO file in `sxiv`.
 8 
 9 ## Requirements
10 
11 * [mktemp](https://www.gnu.org/software/coreutils/)
12 * [sxiv](https://github.com/muennich/sxiv)
13 * [ImageMagick](https://imagemagick.org/index.php)
14 
15 ## Usage
16 
17 ```
18 ico-sxiv FILE
19 ```
20 
21 ## Installation
22 
23 The `ico-sxiv(1)` command and it's man page can be installed in Unix systems 
24 by cloning this repository and running:
25 
26 ```
27 make install
28 ```
29 
30 The `BIN_TARGET` Make variable (defaults to `$HOME/.local/bin`) controls the
31 directory the binary is installed in, while the `MAN_TARGET` Make variable
32 (defaults to `$HOME/.local/share/man/man1`) controls the directory the man page
33 is installed in.
34 
35 ## Authors
36 
37 `ico-sxiv` was written by Pablo <pablo-escobar@riseup.net>.
38 
39 ## Copying
40 
41 Copyright (C) 2021 Pablo.
42 Free use of this software is granted under the terms of the GPL-3.0 License.
43