Hello! I just wrote a new interface for pass, and I named it upass.
Screenshots: https://chriswarrick.com/galleries/upass/ PyPI (downloads): https://pypi.python.org/pypi/upass GitHub: https://github.com/Kwpolska/upass upass is using urwid, which means it has a friendly full-screen console interface (think: curses). It shows your directory structure (with flattened subdirectories) and calls pass when requested. (It does not use `pass -c` due to subprocessing issues, instead opting for a manual copy — note that the clipboard will NOT be cleared). If you want to see how it looks, check out the screenshots gallery: https://chriswarrick.com/galleries/upass/ upass is under development (and was initially written in one evening). If you have ideas, bugs, or want to help, hop over to the GitHub page: https://github.com/Kwpolska/upass You can install upass from PyPI (with pip install upass). Arch Linux users can install the upass package from the AUR. -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 _______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
