blob: 015c2f5577cca70a3260bf41f6403237dcb951a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
|