configuration/packages/resources/gopass-ydotool
2022-09-06 09:37:59 -07:00

4 lines
93 B
Bash

#!/usr/bin/env bash
set -Eeuo pipefail
ydotool type --file <( gopass show --password "$1" )