diff --git a/.local/bin/enp b/.local/bin/enp index ce7cafc..5b1a89a 100755 --- a/.local/bin/enp +++ b/.local/bin/enp @@ -40,5 +40,6 @@ linenumber="$((chosen + 1))" 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