summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShokara <shokara@snopyta.org>2021-06-12 00:21:40 -0400
committerShokara <shokara@snopyta.org>2021-06-12 00:21:40 -0400
commit8d3981e8ec02b1d428d195360071027491b13d52 (patch)
tree5ab56f7fd72e84e71bb388e3de923c7837737a44
parentfd8e44b27fbcfe2e753dde4c093bb95680b3d056 (diff)
fix copying of password
-rwxr-xr-xangou2
1 files changed, 1 insertions, 1 deletions
diff --git a/angou b/angou
index 756df71..9f28111 100755
--- a/angou
+++ b/angou
@@ -20,7 +20,7 @@ view() {
20 20
21# copy the first line from view to clipboard 21# copy the first line from view to clipboard
22copy() { 22copy() {
23 view "$1" | "$ANGOU_CLIPBOARD" 23 view "$1" | sed 1q | $ANGOU_CLIPBOARD
24} 24}
25 25
26# create new or existing password in ANGOU_DIR 26# create new or existing password in ANGOU_DIR