From 7d1a3f75323d913d4a42bd8d9b9e2c4d89981690 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sat, 6 Jul 2019 20:32:18 +0200 Subject: [PATCH] [doc] Add vault count and attribution of the idea to bbernhard --- README.md | 2 +- bumblebee/modules/vault.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f11d24a..65750ac 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Test Coverage](https://codeclimate.com/github/tobi-wan-kenobi/bumblebee-status/badges/coverage.svg)](https://codeclimate.com/github/tobi-wan-kenobi/bumblebee-status/coverage) [![Issue Count](https://codeclimate.com/github/tobi-wan-kenobi/bumblebee-status/badges/issue_count.svg)](https://codeclimate.com/github/tobi-wan-kenobi/bumblebee-status) -**Many, many thanks to all contributors! As of now, 41 of the modules are from various contributors (!), and only 18 from myself.** +**Many, many thanks to all contributors! As of now, 41 of the modules are from various contributors (!), and only 19 from myself.** ![Solarized Powerline](https://github.com/tobi-wan-kenobi/bumblebee-status/blob/master/screenshots/themes/powerline-solarized.png) diff --git a/bumblebee/modules/vault.py b/bumblebee/modules/vault.py index 1b7ac03..9e1535e 100644 --- a/bumblebee/modules/vault.py +++ b/bumblebee/modules/vault.py @@ -2,6 +2,8 @@ """Copy passwords from a password store into the clipboard (currently supports only "pass") +Many thanks to [@bbernhard](https://github.com/bbernhard) for the idea! + Parameters: * vault.duration: Duration until password is cleared from clipboard (defaults to 30) * vault.location: Location of the password store (defaults to ~/.password-store)