[gopass] Add rofi-gopass menu for quick secret entry

Allows auto-filling and copying secrets to the clipboard. Works on the secrets themselves and any fields contained within the secrets. Key bindings and options can be configured through a file or the environment.
This commit is contained in:
Marty Oehme 2020-05-16 15:19:08 +00:00
parent 2c11d14cbd
commit 3f958a65d6
6 changed files with 317 additions and 266 deletions

View file

@ -1,9 +1,3 @@
if mp.get_script_directory == nil then
local scriptpath = debug.getinfo(1).short_src:match('.*/')
local originalpath = package.path
package.path = scriptpath .. "?.lua"
require 'sponsorblock/main'
package.path = originalpath
dofile(mp.find_config_file("scripts/sponsorblock/main.lua"))
end