Create passwords and search using pass cli.
What is required:
-
Pass Project Can be installed with
brew install pass -
Pass-tail - getting details about pass file Project For this moment required to be build with makefile.
- Clone repo
git clone https://github.com/palortoff/pass-extension-tail.git - Change line
PREFIX ?= /usrin makefile toPREFIX ?= /opt/homebrew - Install
sudo make install
- Pass-otp - get One-time pasword from pass file Project For this moment required to be build with makefile.
- Clone repo
git clone https://github.com/tadfisher/pass-otp.git - Change line
PREFIX ?= /usr/localin makefile toPREFIX ?= /opt/homebrew - Install
sudo make install
Before using extension please init password store with pass init "ZX2C4 Password Storage Key". This command will return something like /home/zx2c4/.password-store - copy this path for later use.
During configuration You will be required to enter Path variable, in most setups it will be /opt/homebrew/bin:/usr/bin:/bin
As last step setup path to password-store that we created.