commit 28609d5c682efdf28d2e79b0905d8455dab8c77b parent ef50e5e4053ee1804e6f5388e75e02c43da4f1ee Author: Shokara Kou <shokara@kalli.st> Date: Thu, 25 Nov 2021 09:35:26 -0500 add man page Provided by novaburst. And I forgot to commit this for like 1.5 months... Diffstat:
| A | angou.1 | | | 35 | +++++++++++++++++++++++++++++++++++ |
1 file changed, 35 insertions(+), 0 deletions(-)
diff --git a/angou.1 b/angou.1 @@ -0,0 +1,35 @@ +.Dd 2021-10-11 +.Dt angou 1 +.Os +.Sh Name +.Nm angou +.Nd A pure posix shell implementation of the standard unix password manager, pass(1) +.Sh Synopsis +.Nm angou +.Op copy | edit | remove | view +.Op file or directory +.Sh Description +This exists because +.Xr pass 1 +is written in bash when it can be done in a more portable way without that. +.Pp +However, this is perfectly compatible with said tool. +.Sh Usage +.Nm angou +.Op copy +.Op file +.Pp +.Nm angou +.Op edit +.Op file +.Pp +.Nm angou +.Op remove +.Op file +.Pp +.Nm angou +.Op view +.Op file or directory +.Sh Authors +.An shokara +.Mt shokara@kalli.st