diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -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 | ||
| 16 | Configuration | 20 | Configuration |
| 17 | ------------- | 21 | ------------- |
| @@ -42,4 +46,4 @@ Set the ANGOU_DIR environment variable to your password store directory. | |||
| 42 | Auto-complete | 46 | Auto-complete |
| 43 | ------------- | 47 | ------------- |
| 44 | If you use ksh, all you'd have to do is source contrib/autocomplete.ksh in your | 48 | If you use ksh, all you'd have to do is source contrib/autocomplete.ksh in your |
| 45 | kshrc. \ No newline at end of file | 49 | kshrc. |
