Skip to content

Commit

Permalink
chore: add missing scriptt
Browse files Browse the repository at this point in the history
Former-commit-id: e3ae2cd
  • Loading branch information
silveiralexf committed Jun 3, 2024
1 parent b812aed commit 089f6bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/pass-secret.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

menu() {
cd ~/.password-store && find . -name "*.gpg" | sed 's/.gpg//g'
}

main() {
choice=$(menu | choose -b ff79c6 -w 48 -n 7)
pass -c "$choice"
}

main

0 comments on commit 089f6bf

Please sign in to comment.