Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 803 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 803 Bytes

urxvtpass

This extension integrates with 'pass' and 'zenity' to select and copy passwords to clipboar It is useful when using the password manager in a virtualized environment, where copy-paste could be limited between hypervisor and VMs. Otherwise the passmenu dmenu wrapper included with pass is recommended for easier access.

Setup

  1. Clone the repository and copy the pass script to wherever your URxvt extensions live (Sometimes ~/.urxvt/ext)

  2. Make sure the following exists somewhere in your .Xresources or .Xdefaults:

    URxvt.perl-ext-common:      pass
    URxvt.keysym.Mod-P:        perl:pass:copy
  1. After merging the changes with xrdb -merge ~/.Xresources or something similar you can enjoy pass integration in a new urxvt-terminal by pressing _Super-Shift-p