diff options
| author | Shokara Kou <kou@shokara.fr.to> | 2022-01-24 16:18:49 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@shokara.fr.to> | 2022-01-24 16:18:49 -0500 |
| commit | 07c0204d9a9e1cabca3b5a7140e976e5c0ee810f (patch) | |
| tree | 91f1e077914dd56757eeba4cdc986fcdc381d36d /README | |
| parent | e8772c497f4f298c27caeee7443b6620a8870b20 (diff) | |
add ksh autocomplete in contrib/
I just found out recently that ksh supported autocomplete when reading
the man page for got(1), so here is support for it. I have not tested
whether it works on other shells like bash or zsh because I do not use
them.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -19,3 +19,8 @@ Don't. For a serious answer, it's because this doesn't depend on bash. | |||
| 19 | Migrating from password-store | 19 | Migrating from password-store |
| 20 | ----------------------------- | 20 | ----------------------------- |
| 21 | Set the ANGOU_DIR environment variable to your password store directory. | 21 | Set the ANGOU_DIR environment variable to your password store directory. |
| 22 | |||
| 23 | Auto-complete | ||
| 24 | ------------- | ||
| 25 | If you use ksh, all you'd have to do is source contrib/autocomplete.ksh in your | ||
| 26 | kshrc. | ||
