.dotfiles/bin/passopen
2024-03-11 21:37:22 +01:00

5 lines
106 B
Bash
Executable File

#!/bin/bash -e
xdg-open \
"$(pass show "$(cat /tmp/passselect)" | sed -n '/^URL:/{s/URL:\s*//p;q}')"