- Commit
- af7ae0a5adc9c9d3421e32b941be2bc0ad54e9b7
- Parent
- 5df6351a137514a0c7c2727466018bfc795bba69
- Author
- Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>
- Date
Fixed typo
View the individual entries of an ICO file in sxiv ⏺️
Fixed typo
4 files changed, 71 insertions, 24 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Added | ico-sxiv | 16 | 16 | 0 |
Deleted | ico-sxvi | 17 | 0 | 17 |
Modified | install.sh | 13 | 6 | 7 |
Added | man/ico-sxiv.1 | 49 | 49 | 0 |
diff --git a/ico-sxiv b/ico-sxiv @@ -0,0 +1,16 @@ +#!/bin/sh +# _ _ +# (_) ___ ___ _____ _(_)_ __ +# | |/ __/ _ \ _____/ __\ \/ / \ \ / / +# | | (_| (_) |_____\__ \> <| |\ V / +# |_|\___\___/ |___/_/\_\_| \_/ +# +# View the individual entries of an ICO file in `sxiv`. +# +# Copyright (C) 2020 Pablo Emilio Escobar Gaviria. +# Free use of this software is granted under the terms of the GPL-3.0 License. + +TMP_DIR="$(mktemp -d)" +convert "$1" "$TMP_DIR/icon.png" +sxiv "$TMP_DIR"/*.png +rm "$TMP_DIR" -rf
diff --git a/ico-sxvi b/ico-sxvi @@ -1,17 +0,0 @@ -#!/bin/sh -# _ _ -# (_) (_) -# _ ___ ___ ______ _____ ____ ___ -# | |/ __/ _ \______/ __\ \/ /\ \ / / | -# | | (_| (_) | \__ \> < \ V /| | -# |_|\___\___/ |___/_/\_\ \_/ |_| -# -# View the individual entries of an ICO file in `sxiv`. -# -# Copyright (C) 2020 Pablo Emilio Escobar Gaviria. -# Free use of this software is granted under the terms of the GPL-3.0 License. - -TMP_DIR="$(mktemp -d)" -convert "$1" "$TMP_DIR/icon.png" -sxiv "$TMP_DIR"/*.png -rm "$TMP_DIR" -rf
diff --git a/install.sh b/install.sh @@ -1,11 +1,10 @@ #!/bin/sh -# _ _ -# (_) (_) -# _ ___ ___ ______ _____ ____ ___ -# | |/ __/ _ \______/ __\ \/ /\ \ / / | -# | | (_| (_) | \__ \> < \ V /| | -# |_|\___\___/ |___/_/\_\ \_/ |_| -# +# _ _ +# (_) ___ ___ _____ _(_)_ __ +# | |/ __/ _ \ _____/ __\ \/ / \ \ / / +# | | (_| (_) |_____\__ \> <| |\ V / +# |_|\___\___/ |___/_/\_\_| \_/ +# # View the individual entries of an ICO file in `sxiv`. # # Copyright (C) 2020 Pablo Emilio Escobar Gaviria.
diff --git a/man/ico-sxiv.1 b/man/ico-sxiv.1 @@ -0,0 +1,48 @@ +'\" t +.\" Title: ico-sxvi +.\" Author: [see the "AUTHOR(S)" section] +.\" Generator: Asciidoctor 2.0.10 +.\" Date: 2020-12-08 +.\" Manual: \ \& +.\" Source: \ \& +.\" Language: English +.\" +.TH "MAN" "1" "2020-12-08" "\ \&" "\ \&" +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.ss \n[.ss] 0 +.nh +.ad l +.de URL +\fI\\$2\fP <\\$1>\\$3 +.. +.als MTO URL +.if \n[.g] \{\ +. mso www.tmac +. am URL +. ad l +. . +. am MTO +. ad l +. . +. LINKSTYLE blue R < > +.\} +.SH "SYNOPSIS" +.sp +View the individual entries of an ICO file in sxiv. +.SH "USAGE" +.sp +\fBico\-sxvi\fP FILE +.SH "AUTHORS" +.sp +\fBico\-sxvi\fP was written by Pablo Emilio Escobar Gaviria +<\c +.MTO "pablo\-escobar\(atriseup.net" "" ">." +.SH "RESOURCES" +.sp +\fBGit source repository on GitLab:\fP \c +.URL "https://gitlab.com/pablo\-escobar/ico\-sxvi" "" "" +.SH "COPYING" +.sp +Copyright (C) 2020 Pablo Emilio Escobar Gaviria. +Free use of this software is granted under the terms of the GPL\-3.0 License.+ \ No newline at end of file