Skip to content

Simple, descriptive, combines "pass" (password-store) with "fzf"

Notifications You must be signed in to change notification settings

XigmaDev/pass-fzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

pass-fzf

It's a script that enhances the pass with fzf.

Usage

  • Copy to clipboard:

    pass-fzf
    
  • Type password directly:

    pass-fzf --type
    
  • Copy OTP to clipboard:

    pass-fzf --otp
    
  • Add key binding (Ctrl + p) in .zshrc file

    bindkey -s ^p "pass-fzf\n"
    
    bindkey -s ^o "pass-fzf --otp\n"
    
    

Installation

 sudo curl -SfL0 https://raw.githubusercontent.com/xigmadev/pass-fzf/main/pass-fzf -o /usr/local/bin/pass-fzf && sudo chmod +x /usr/local/bin/pass-fzf

About

Simple, descriptive, combines "pass" (password-store) with "fzf"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages