diff options
author | Rasmus Steinke <rasi@xssn.at> | 2016-07-28 17:27:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-28 17:27:34 +0200 |
commit | 77628775ac4601a681b6bd5fa984050fee622365 (patch) | |
tree | 2c9f4c76db36c684e73088680b03e7ff1884de77 /README.md | |
parent | c2f83edb75cb82a260597c46da8820d00b497628 (diff) | |
parent | 0379ab4ef1e5dcfe24a63fb3127b13a025ae4d1b (diff) | |
download | rofi-pass-77628775ac4601a681b6bd5fa984050fee622365.tar.gz |
Merge pull request #47 from gregf/bsd_support
Add support for BSD
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,6 +46,10 @@ In addition to those `:enter` and `:delay` are available. * gawk * bash +### BSD +* gnugrep +* gawk + ## Configuration rofi-pass may read its configuration values from `/etc/rofi-pass` and/or `$HOME/.config/rofi-pass/config`. For an example configuration please take a look at the included `config.example` file. |