SpacePass is a spacemacs inspired gui for pass It was designed to be used in i3wm but should work on another DE/WM
pass, gtk-3.0
Install for your user (make sure ~/.local/bin is included in PATH):
pip install --user spacepass
Globally install:
sudo pip install spacepass
bindsym the desired keyboard shortcut
bindsym $mod+p exec spacepass
Configuration is read from the config file. Try 'spacepass -h' for details
- config: path to the config file (defaults to $XDG_CONFIG_HOME/spacepass/config)
- pass-dir: path to the password repository (defaults to $HOME/.password-store**
- see docs/default.config for more
- give option to show the password contents (multiline)
- allow to create/update/delete passwords from the ui
- implement search
GPL-3.0-or-later