Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 483 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 483 Bytes

fzfpw

POSIX-compliant shell script to easily copy passwords from pass to your clipboard using fzy.

Install Dependencies

pacman -S fzy pass        # Arch Linux
apt-get install fzy pass  # Debian-based
brew install fzy pass     # macOS

Usage

git clone https://github.com/realbaylen/fzfpw.git
cd fzfpw
chmod +x fzfpw.sh
./fzfpw.sh

You should either copy the script to somewhere in your PATH or create an alias to easily call the script from its directory.