Metadata-Version: 2.1
Name: spacepass
Version: 0.3
Summary: A spacemacs inspired menu for pass password store
Home-page: https://github.com/pm-coelho/spacepass
Author: pmcoelho
Author-email: pmcoelho@protonmail.com
License: GPLv3+
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Security
Description-Content-Type: text/markdown
Requires-Dist: spacemenu
Requires-Dist: ConfigArgParse

# SpacePass

## Description
SpacePass is a [spacemacs](http://spacemacs.org) inspired gui for [pass](https://www.passwordstore.org) 
It was designed to be used in i3wm but should work on another DE/WM

## Dependencies
[pass](https://www.passwordstore.org), gtk-3.0

## Installation

Install for your user (make sure ~/.local/bin is included in PATH):
```bash
pip install --user spacepass
```

Globally install:
```bash
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 


