summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2022-10-13 19:04:45 -0400
committerShokara Kou <kou@13f0.net>2022-10-13 19:04:45 -0400
commit3b937958ac383b05761c9a16bcf5cc9003cd6031 (patch)
treea8cfa131012f31800ec170679035879291684c04 /README
parent32341a174c86712cabb9243caf9e88f4d7feec50 (diff)
add generate function and contrib/random script
I sometimes forget to copy-paste the passwords and usernames I generate, so this should help with that. Uses the random string generator script I made before by default.
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.