qcopy


Logs | Files | LICENSE | GitLab


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