[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:
parent
2c11d14cbd
commit
3f958a65d6
6 changed files with 317 additions and 266 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue