| Hash | Commit message | Author | Date | Files | + | - |
1 | commit ca0e85d8053dd9f32b712fc26aed2691ace1d053 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Mon Jun 27 01:34:15 2022 +0200 |
4 | |
5 | Auto-Commit Update - 20220627 |
6 | --- |
7 | usr/bin/qcopy | 2 +- |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
9 | |
10 | diff --git a/usr/bin/qcopy b/usr/bin/qcopy |
11 | index 352c628..a383ae7 100755 |
12 | --- a/usr/bin/qcopy |
13 | +++ b/usr/bin/qcopy |
14 | @@ -92,7 +92,7 @@ function MAIN { |
15 | [[ ${VALUE} == '* NEW ENTRY' ]] && NEW && return 0 |
16 | |
17 | cat $ENTRIESFILE| grep "^${VALUE}="| |
18 | - sed -r "s/^${VALUE}=//;s/YESPREVIEW=//;s/NOPREVIEW//" | |
19 | + sed -r "s/^${VALUE}=//;s/YESPREVIEW=//;s/NOPREVIEW=//" | |
20 | sed 's/^\s*//g' | xargs echo -n | xsel -b && |
21 | notify-send "✅ Copied to Clipboard" || true |
22 | |