.Dd January 28, 2022 .Dt ayu 1 .Os .Sh NAME .Nm ayu .Nd an actually boring password manager .Sh DESCRIPTION My own take with password managers, this one uses .Xr age 1 as backend, instead of .Xr gpg 1 for encryption .Pp This program is generally stable by now, and can be used as replacement to either .Xr angou 1 or .Xr pass 1 .Pp There may be breaking changes but shouldn't be much. .Pp This silly thing could've been written in C or something but there's already a Go variant using age's library. .Pp So it's not like I'm gonna care. .Sh USAGE .Ss Add an entry .Nm .Sy -n .Em entry .Ss Copy an entry's text to the clipboard .Nm .Sy -c .Em entry .Ss Edit an entry .Nm .Sy -e .Em entry .Ss List entries .Nm .Sy -l .Ss Remove an entry .Nm .Sy -r .Em entry .Ss Remove recursively a directory with entries .Nm .Sy -R .Em entry .Ss View an antry .Nm .Sy -v .Em entry .Sh CAVEATS You have to generate your own keypair using .Xr age-keygen(1) .Pp The private key should be placed on .Em ~/.ayu/private_key and the public key to .Em ~/.ayu/public_key for the utility to work .Pp .Sh AUTHORS .An Aoi Koizumi .Mt novaburst@kalli.st