Metadata-Version: 2.4
Name: pass_cli
Version: 0.0.6
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
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pyperclip==1.7.0
Requires-Dist: urwid==2.0.1
Requires-Dist: configparser; python_version == "3.5"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# 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 | © 2025, Aleksandr Block.                    |
| Date      | 2025-10-17                                  |
| Version   | 0.0.6                                       |



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

Pre-requirements
----------------
* Make sure that you've installed [pass](https://www.passwordstore.org/).
* Environment variables:
	* **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

