Commit graph

6 commits

Author SHA1 Message Date
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)