| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 3dbd1d9e020b753b7927761e4bb94c98ec5543cb |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue May 24 06:00:47 2022 +0200 |
4 | |
5 | Auto-Commit Update - 20220524 |
6 | --- |
7 | PKGBUILD | 2 +- |
8 | usr/share/man/man1/qcopy.1.gz | Bin 0 -> 393 bytes |
9 | usr/share/man/man1/qcopy/qcopy.1 | 32 -------------------------------- |
10 | 3 files changed, 1 insertion(+), 33 deletions(-) |
11 | |
12 | diff --git a/PKGBUILD b/PKGBUILD |
13 | index dac21e4..398d5f6 100644 |
14 | --- a/PKGBUILD |
15 | +++ b/PKGBUILD |
16 | @@ -26,5 +26,5 @@ validpgpkeys=('81BACEEBC3EA26E127166E4A819BB92A9A48160E') |
17 | package() { |
18 | install -Dm755 usr/bin/${pkgname} "${pkgdir}/usr/bin/${pkgname}" |
19 | install -Dm644 usr/share/licenses/${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |
20 | - install -Dm644 usr/share/man/man1/${pkgname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1" |
21 | + install -Dm644 usr/share/man/man1/${pkgname}.1.gz "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz" |
22 | } |
23 | diff --git a/usr/share/man/man1/qcopy.1.gz b/usr/share/man/man1/qcopy.1.gz |
24 | new file mode 100644 |
25 | index 0000000..f397c08 |
26 | Binary files /dev/null and b/usr/share/man/man1/qcopy.1.gz differ |
27 | diff --git a/usr/share/man/man1/qcopy/qcopy.1 b/usr/share/man/man1/qcopy/qcopy.1 |
28 | deleted file mode 100644 |
29 | index dac6c72..0000000 |
30 | --- a/usr/share/man/man1/qcopy/qcopy.1 |
31 | +++ /dev/null |
32 | @@ -1,32 +0,0 @@ |
33 | -.TH QCOPY 1 QCOPY |
34 | -.SH NAME |
35 | -.BR qcopy |
36 | -.IR - |
37 | -Easily set variables and their respective values for easy access at any point |
38 | -.SH SYNOPSIS |
39 | -.BR qcopy |
40 | -.RI [ -a ] |
41 | -.SH DESCRIPTION |
42 | -.BR qcopy |
43 | -allows one to use |
44 | -.IR placeholders |
45 | -to hold the value of any corresponding |
46 | -.IR variables, |
47 | -to be easily accessed and |
48 | -.IR copied |
49 | -at any point when selected. |
50 | -.PP |
51 | -The |
52 | -.IR -a |
53 | -flag can be used to add additional entries to the list |
54 | -.SH RATIONALE |
55 | -Useful when needing quick and easy access to long strings of text, such as |
56 | -.IR passwords |
57 | -or |
58 | -.IR API |
59 | -keys or tokens |
60 | -.SH AUTHORS |
61 | -Connor Etherington |
62 | -.RI < [email protected] > |
63 | - |
64 | - |