summaryrefslogtreecommitdiff
path: root/angou
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01rename angou to kasikar1-96/+0
Having a Japanese word as a project name sounds very childish when not I am not Japanese myself. Using a conlang is childish too when I don't know any words in it? I refuse to believe that.
2024-08-30add totp field to be used with oathtoolkar1-6/+19
Currently it's fragile like using it with invalid file path will give a garbage code, but I'm pretty much the only user anyways. Use keepass or pass if you want robustness.
2024-08-25add 'pass' command that views first line without newlinekar1-3/+11
2022-10-13add generate function and contrib/random scriptShokara Kou1-1/+10
I sometimes forget to copy-paste the passwords and usernames I generate, so this should help with that. Uses the random string generator script I made before by default.
2022-09-07make angou-age the main angou to be tool-independentShokara Kou1-11/+5
Angou no longer strictly depends on age or gnupg as the encrypt and decrypt commands are user changeable.
2022-01-17add angoumenuShokara Kou1-1/+1
In contrib because it's sort of an extension to angou instead of actually a part of it. Also primary selection clipboard yay.
2021-06-12add .gpg to filename when view checks if it existsShokara1-2/+2
2021-06-12fix edit command and encrypt the fileShokara1-2/+8
File wasn't encrypted before and was stored in plaintext under a gpg extension
2021-06-12merge view and list commands into one like pass(1) doesShokara1-17/+24
Also added some checks for arguments into view, copy, and edit commands, and usage is printed if the checks fail.
2021-06-12fix copying of passwordShokara1-1/+1
2021-06-12initial payloadShokara1-0/+59