From d5ffb01d87852eb74f6b17ae06ac0c476010065b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 14 Oct 2024 21:34:04 +0200 Subject: Add new scripts Signed-off-by: Florian Pritz --- rofi-gpgpass | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100755 rofi-gpgpass (limited to 'rofi-gpgpass') diff --git a/rofi-gpgpass b/rofi-gpgpass new file mode 100755 index 0000000..5193ee2 --- /dev/null +++ b/rofi-gpgpass @@ -0,0 +1,80 @@ +#!/usr/bin/env ruby + +# +# rofi-gpgpass - small script to type passwords from my passwords.gpg +# +# Copyright (c) 2022 Florian Pritz +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see