keyring no longer copies plaintext passwords to cliphist database, can now escape from cliphist window back to the toolbelt menu
This commit is contained in:
@@ -12,6 +12,7 @@ cliphistory() {
|
||||
else \
|
||||
cliphist decode \"\$index\" | fmt -w 30; \
|
||||
fi" --prompt="> " | awk '{print $1}')
|
||||
[ -z "$selection" ] && return 1
|
||||
cliphist decode "$selection" | wl-copy
|
||||
}
|
||||
btop_cmd() {
|
||||
|
||||
Reference in New Issue
Block a user