diff options
| author | ewy <ewy0@protonmail.com> | 2026-07-16 13:06:30 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-07-16 13:06:30 +0200 |
| commit | 7afa48701451653cf251c779ed069677dde92cd5 (patch) | |
| tree | ab1efb4c59dc4af5bd7832d256c5ef15be65e61f /.local/bin/uwupass | |
| parent | ffde9c98f50b7040300f6a73dc43b2cba3681bc3 (diff) | |
Diffstat (limited to '.local/bin/uwupass')
| -rwxr-xr-x | .local/bin/uwupass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/uwupass b/.local/bin/uwupass index 348214a..c6ce9e1 100755 --- a/.local/bin/uwupass +++ b/.local/bin/uwupass @@ -60,7 +60,7 @@ target=$(echo "$pass" | eval "$(dbQuery show -s)" -a Password \"$entry\") # Write the password -echo "$target" | wl-copy +echo -n "$target" | wl-copy message "Copied password for $entry to selection buffer." # Copy TOTP ~~to clipboard~~ |
