aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2019-10-30 19:21:48 +0100
committerGitHub <noreply@github.com>2019-10-30 19:21:48 +0100
commit393a02a20554299d561b07e1c0288b5bd5d88315 (patch)
treecb1c68ec2e85ab81746e3fa471ae167967df0960
parent16ef007cf66f4035e580bbfd9c437f32c0749122 (diff)
parent7d5b19bb1afce533df21f1ad4a1fb49a516d4e8a (diff)
downloadrofi-pass-393a02a20554299d561b07e1c0288b5bd5d88315.tar.gz
Merge pull request #180 from cincodenada/pwgen-default-impl
Add default _pwgen() implementation
-rwxr-xr-xrofi-pass4
1 files changed, 4 insertions, 0 deletions
diff --git a/rofi-pass b/rofi-pass
index ddbbd9b..cc197f0 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -9,6 +9,10 @@ _rofi () {
rofi -no-auto-select -i "$@"
}
+_pwgen () {
+ pwgen -y "$@"
+}
+
_image_viewer () {
feh -
}