Commit graph

11 commits

Author SHA1 Message Date
5733f928fa
[gopass] Add passing arguments to rofi
Can be used to style rofi-gopass or add additional keybindings or change
functionality slightly in a relatively easy way.
2020-05-16 09:04:43 +02:00
6100215c72
[gopass] Add fall-back to dmenu if rofi not found 2020-05-16 08:45:23 +02:00
d5bc2aeab5
[gopass] Fix missing env var prefix
Fixed last remaining environment prefix not set.
2020-05-15 22:17:32 +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
fb2a51b05f
[gopass] Strip unneccessary config, fix comments
Removed unneccessary gopass configuration which should be automatically
inferred on first startup (since it is mostly defaults).

Fixed small comments in rofi-gopass.
2020-05-15 19:06:54 +02:00
271d71a91c
[gopass] Add ascending menus option
Added the ability to move back from a single entry to the main
rofi-gopass menu. (default to Alt+BackSpace)
2020-05-14 17:59:24 +02:00
c241352a7b
[gopass] Enable clipboard paste and entry submenu
Added opening individual gopass entries in a rofi submenu (default
Alt+Return). Allows copying any individual field to the clipboard, or
directly autofilling them individually as well.

Quick fill/copy is enabled from the main menu for usernames and
passwords individually.
2020-05-14 17:43:10 +02:00
03e8b3b9b5
[gopass] Ensure default variables are set 2020-05-14 13:28:11 +02:00
6fe0b66bd1
[gopass] Fix simple autoentry of user credentials
Simplify gopass autoentry script heavily. Will pick up user credentials
from gopass store and enter them in whatever way the user wishes.

Fix key entry for changes in gopass 1.9.* password display options.

Several default variables can be customized, see the top of the
rofi-gopass file.
2020-05-14 12:47:01 +02:00
3796fa8ce5
[gopass] Move rofi-gopass to gopass directory
Rofi gopass thematically belongs to gopass, not rofi. It depends on
rofi, so it should check for its existence; but it is more closely
entangled with gopass.
2020-05-14 10:31:18 +02:00
Renamed from rofi/.local/bin/rofi-gopass (Browse further)