summaryrefslogtreecommitdiff
path: root/angou.1
diff options
context:
space:
mode:
Diffstat (limited to 'angou.1')
-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