dotfiles/bin/passopen
2024-03-02 17:23:58 +01:00

4 lines
95 B
Bash
Executable File

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