diff options
| author | Shokara Kou <shokara@kalli.st> | 2021-11-25 09:35:26 -0500 |
|---|---|---|
| committer | Shokara Kou <shokara@kalli.st> | 2021-11-25 09:35:26 -0500 |
| commit | 28609d5c682efdf28d2e79b0905d8455dab8c77b (patch) | |
| tree | db43c54f6d5822dbfc28712921b4da6bd1dde906 | |
| parent | ef50e5e4053ee1804e6f5388e75e02c43da4f1ee (diff) | |
add man page
Provided by novaburst. And I forgot to commit this for like 1.5 months...
| -rw-r--r-- | angou.1 | 35 |
1 files changed, 35 insertions, 0 deletions
| @@ -0,0 +1,35 @@ | |||
| 1 | .Dd 2021-10-11 | ||
| 2 | .Dt angou 1 | ||
| 3 | .Os | ||
| 4 | .Sh Name | ||
| 5 | .Nm angou | ||
| 6 | .Nd A pure posix shell implementation of the standard unix password manager, pass(1) | ||
| 7 | .Sh Synopsis | ||
| 8 | .Nm angou | ||
| 9 | .Op copy | edit | remove | view | ||
| 10 | .Op file or directory | ||
| 11 | .Sh Description | ||
| 12 | This exists because | ||
| 13 | .Xr pass 1 | ||
| 14 | is written in bash when it can be done in a more portable way without that. | ||
| 15 | .Pp | ||
| 16 | However, this is perfectly compatible with said tool. | ||
| 17 | .Sh Usage | ||
| 18 | .Nm angou | ||
| 19 | .Op copy | ||
| 20 | .Op file | ||
| 21 | .Pp | ||
| 22 | .Nm angou | ||
| 23 | .Op edit | ||
| 24 | .Op file | ||
| 25 | .Pp | ||
| 26 | .Nm angou | ||
| 27 | .Op remove | ||
| 28 | .Op file | ||
| 29 | .Pp | ||
| 30 | .Nm angou | ||
| 31 | .Op view | ||
| 32 | .Op file or directory | ||
| 33 | .Sh Authors | ||
| 34 | .An shokara | ||
| 35 | .Mt shokara@kalli.st | ||
