summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShokara Kou <shokara@kalli.st>2021-11-25 09:35:26 -0500
committerShokara Kou <shokara@kalli.st>2021-11-25 09:35:26 -0500
commit28609d5c682efdf28d2e79b0905d8455dab8c77b (patch)
treedb43c54f6d5822dbfc28712921b4da6bd1dde906
parentef50e5e4053ee1804e6f5388e75e02c43da4f1ee (diff)
add man page
Provided by novaburst. And I forgot to commit this for like 1.5 months...
-rw-r--r--angou.135
1 files changed, 35 insertions, 0 deletions
diff --git a/angou.1 b/angou.1
new file mode 100644
index 0000000..015c2f5
--- /dev/null
+++ b/angou.1
@@ -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
12This exists because
13.Xr pass 1
14is written in bash when it can be done in a more portable way without that.
15.Pp
16However, 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