Commit graph

4 commits

Author SHA1 Message Date
Marty Oehme d47bc218d4
pass: Add README explaining the switch
Moved gopass README to pass directory, added additional explanation for
switching to pass instead.
2020-09-12 17:33:05 +02:00
Marty Oehme c646cb1f70
pass: Add toggling of password reveal state
Previously, the password could only be revealed -- once revealed it
could not be obfuscated anymore.

Now the obfuscated/deobfuscated state can be toggled by hitting the
corresponding keymapping repeatedly (default Alt+s in entry menu).
2020-09-12 14:47:30 +02:00
Marty Oehme 2ee621bd10
pass: Migrate gopass script to work for pass
Moved all invocations of gopass to pass. Changed the inner workings of a
few functions to cope with the fewer utility functions in pass instead
of go (no auto-clipping, no flat item listing).

Perhaps still somewhat brittle but should overall have feature parity to
older rofi-gopass script.
2020-09-12 14:47:30 +02:00
Marty Oehme cfe5bb563b
pass: Add config xdg specification loading
Set environment variable for pass to respect for each shell environment,
setting its pass store to the XDG_DATA_HOME directory.
2020-09-12 14:47:30 +02:00