Metadata-Version: 2.1
Name: pass-cli
Version: 0.0.2
Summary: CLI interface for pass
Home-page: https://github.com/a7f4/pass_cli
Author: Aleksandr Block
Author-email: aleksandr.block@gmail.com
License: MIT
Keywords: pass_cli
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
Requires-Dist: pyperclip (==1.7.0)
Requires-Dist: urwid (==2.0.1)
Requires-Dist: configparser ; python_version == "3.5"

# pass-cli:  CLI interface for [pass](https://www.passwordstore.org/).
|           |                                             |
|-----------|---------------------------------------------|
| Info      | This is the README file for pass-cli.       |
| Author    | Aleksandr Block <aleksandr.block@gmail.com> |
| Copyright | © 2019, Aleksandr Block.                    |
| Date      | 2019-08-23                                  |
| Version   | 0.0.2                                       |



Inspired by [upass](https://github.com/Kwpolska/upass)

Pre-requirements
----------------
* Make sure that you've installed [pass](https://www.passwordstore.org/).
* **PASSWORD_STORE** - path to a password store (optional env variable)
* **EDITOR** - editor (`emacs` | `vim` | `nano` | etc.)

Installation
------------
    $ python3 -m pip install pass_cli

Key-bindings
------------
* `q` quit
* `e` edit entry
* `r` refresh
* `b` back
* `:s <part of pass entry>` + `enter` - to search pass-entries
* `:q` + `enter` - quit
* `enter` [on pass entries] - load a pass-entry
* `enter` [on content of pass-entry] - copy to clipboard



