commit 8d3981e8ec02b1d428d195360071027491b13d52 parent fd8e44b27fbcfe2e753dde4c093bb95680b3d056 Author: Shokara <shokara@snopyta.org> Date: Sat, 12 Jun 2021 00:21:40 -0400 fix copying of password Diffstat:
| M | angou | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/angou b/angou @@ -20,7 +20,7 @@ view() { # copy the first line from view to clipboard copy() { - view "$1" | "$ANGOU_CLIPBOARD" + view "$1" | sed 1q | $ANGOU_CLIPBOARD } # create new or existing password in ANGOU_DIR