Skip to content

pm-coelho/spacepass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpacePass

Description

SpacePass is a spacemacs inspired gui for pass It was designed to be used in i3wm but should work on another DE/WM

Dependencies

pass, gtk-3.0

Installation

Install for your user (make sure ~/.local/bin is included in PATH):

pip install --user spacepass

Globally install:

sudo pip install spacepass

Usage

i3wm

bindsym the desired keyboard shortcut

bindsym $mod+p exec spacepass

Configuration

Configuration is read from the config file. Try 'spacepass -h' for details

options

  • 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

TODO

  • give option to show the password contents (multiline)
  • allow to create/update/delete passwords from the ui
  • implement search

License

GPL-3.0-or-later

About

A spacemacs inspired menu for password store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages