ayu (あゆ) === Not-so standard unix password manager, written in (mostly) posix shell (~90 LoC) Uses as back-end, and tree(1) to list contents of the password store Caveats ------- For the utility to work, you have to generate your own keypair with age-keygen(1) The private key should be placed as ~/.ayu/public_key and the public key should be placed as ~/.ayu/public_key e.g. age-keygen -o ~/.ayu/private_key && age-keygen -y ~/.ayu/private_key > ~/.ayu/public_key Store is located by default on ~/.ayu-store/ Anti-features ------------- 1) built-in integration with Git 2) built-in automatic keypair generation Neither of those are included and probably will never be. Just use the CLI tools by themselves, lol. Dependencies ------------- 1) age(1), duh! 2) mandoc (documentation) 3) tree 4) xclip (optional) Related software ---------------- [angou]: [pa]: [page]: [pass]: License ------- Discordian Public License