From acc7d3709b3691d5ec791612de54a2744bac5038 Mon Sep 17 00:00:00 2001 From: Steven Saus Date: Sun, 30 May 2021 20:57:26 -0400 Subject: [PATCH] added documentation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94fa9c6..8c55943 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,15 @@ Multiple scripts that are useful but don't deserve their own repository. This is often a repository when I work on small ideas until they're big enough to deserve thier own repo and README. This readme may very well be outdated -or inaccurate! +or inaccurate! +## kpf.sh + +Uses [fd](https://github.com/sharkdp/fd), [fzf](https://github.com/junegunn/fzf), +and [keepassxc-cli](https://www.mankier.com/1/keepassxc-cli) to provide a quick +and easy way to *retrieve* passwords from the command line. By default copies +the password to the clipboard. If you don't want to type your password (or select +your database location) every time, you can set them as environment variables. ## set-xwindow-icon-by-pid.sh