Finish enpass command

This commit is contained in:
2021-06-13 17:11:38 +01:00
parent 15c3b182f9
commit 90b24b389a

View File

@@ -40,5 +40,6 @@ linenumber="$((chosen + 1))"
line="$(echo "$choices" | sed "${linenumber}q;d")" line="$(echo "$choices" | sed "${linenumber}q;d")"
echo $line | sed -n -e 's/.*? pass : (.*)+$/\\1/p' # echo $line
echo $line | sed -n 's/.*\? pass : \(.\+\?\)"$/\1/p' | xclip -selection clipboard -i -loops 1