kasi

POSIX shell password manager that is cryptography program-agnostic
Log | Files | Refs | README | LICENSE

kasi.1 (589B)


      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