diff options
| author | Shokara <shokara@snopyta.org> | 2021-06-12 00:21:40 -0400 |
|---|---|---|
| committer | Shokara <shokara@snopyta.org> | 2021-06-12 00:21:40 -0400 |
| commit | 8d3981e8ec02b1d428d195360071027491b13d52 (patch) | |
| tree | 5ab56f7fd72e84e71bb388e3de923c7837737a44 | |
| parent | fd8e44b27fbcfe2e753dde4c093bb95680b3d056 (diff) | |
fix copying of password
| -rwxr-xr-x | angou | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 22 | copy() { | 22 | copy() { |
| 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 |
