From ca0cf57ffe468a0fde19881a5cdaefce22aa7f79 Mon Sep 17 00:00:00 2001 From: Cuan Date: Fri, 10 Sep 2021 15:03:35 -0400 Subject: [PATCH] initial clipboard support --- usr/bin/rpass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/rpass b/usr/bin/rpass index 06d4c17..83da926 100755 --- a/usr/bin/rpass +++ b/usr/bin/rpass @@ -530,7 +530,7 @@ if argument == 'copy': term('gpg -d --output /dev/shm/' + shmfolder + '/' + shmentry + ' ' + directory + readentry + '.gpg') copyline = open('/dev/shm/' + shmfolder + '/' + shmentry, 'r').readlines() pyperclip.copy(copyline[1].replace('\n', '')) - print() + rmtree('/dev/shm/' + shmfolder) # gen