Commit graph

4 commits

Author SHA1 Message Date
6100215c72
[gopass] Add fall-back to dmenu if rofi not found 2020-05-16 08:45:23 +02:00
7fc1aa2e24
[gopass] Refactor configuration options
Configuration values can now be set through either environment
variables, or a configuration file. Environment variables have their own
special syntax (being prefixed with RGP_), and will take precedence over
configuration files.

The configuration file is also parsed, not sourced, so that no stray
code would be executed on loading them.
2020-05-15 22:09:08 +02:00
75397a0bb2
[gopass] Add reading options from config file
File can be used to alter the functions of rofi-gopass.
2020-05-15 21:12:13 +02:00
87031b8ce7
[gopass] Add Docs 2020-05-15 19:08:52 +02:00