This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Dustin 785be5424f bwpass: Initial implementation
The `bwpass` command attempts to replicate the main functionality of
`pass` on top of `bw`.  Since `bw` is incredibly slow, it tries to avoid
spawning it whenever possible by caching the list of items.  It also
manages the Bitwarden CLI session by reading the session token from a
file.  If the file does not exist, it will prompt for the vault master
password using `pinentry`, unlock the session, and store the new token.
2019-04-25 10:33:27 -05:00
src bwpass: Initial implementation 2019-04-25 10:33:27 -05:00
.flake8 bwpass: Initial implementation 2019-04-25 10:33:27 -05:00
.gitignore Initial commit 2019-04-25 09:01:51 -05:00
.pylintrc bwpass: Initial implementation 2019-04-25 10:33:27 -05:00
setup.py bwpass: Initial implementation 2019-04-25 10:33:27 -05:00