summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 08521d1..d6d1d42 100644
--- a/README
+++ b/README
@@ -12,6 +12,10 @@ Dependencies
12 - can possibly be replaced with ls if you add ANGOU_LIST in your ~/.profile 12 - can possibly be replaced with ls if you add ANGOU_LIST in your ~/.profile
13- xsel (for copying password to clipboard, but can be changed to a different 13- xsel (for copying password to clipboard, but can be changed to a different
14 command with the ANGOU_CLIPBOARD command that accepts stdin) 14 command with the ANGOU_CLIPBOARD command that accepts stdin)
15- a password generator
16 - script uses contrib/random from this repo by default and expects it in your
17 path
18 - can change by setting ANGOU_GEN_USER and ANGOU_GEN_PASS in your ~/.profile
15 19
16Configuration 20Configuration
17------------- 21-------------
@@ -42,4 +46,4 @@ Set the ANGOU_DIR environment variable to your password store directory.
42Auto-complete 46Auto-complete
43------------- 47-------------
44If you use ksh, all you'd have to do is source contrib/autocomplete.ksh in your 48If you use ksh, all you'd have to do is source contrib/autocomplete.ksh in your
45kshrc. \ No newline at end of file 49kshrc.