Skip to content

Commit

Permalink
[bin] Wip: Script to find password with FZF
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Oct 10, 2022
1 parent 940b6e1 commit fd60906
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/fzf-pass
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

cd ~/.password-store

password=$(find . -type f | sed -e 's/\.\///' -e 's/\.gpg$//' | fzf)
pass "$password"

0 comments on commit fd60906

Please sign in to comment.