summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-07-31add git credential helper for http(s) authHEADmasterkar1-0/+36
2025-01-13update LICENSE to current yearkar1-1/+1
2025-01-13update the dmenu scripts to what I currently usekar2-8/+16
I just noticed that they weren't symlinked to the git repo in my ~/bin.
2025-01-01rename angou to kasikar6-39/+39
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.
2025-01-01add totp subcommand to angoumenukar1-1/+9
2024-08-30add totp field to be used with oathtoolkar2-7/+20
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-25don't hardcode dd path to /bin/dd, breaks nixoskar1-1/+1
2024-08-25don't overwrite _files function, breaks autocomplete for otherskar1-2/+2
2024-08-25add zsh autocomplete scriptkar1-0/+10
2024-08-25add 'pass' command that views first line without newlinekar2-4/+12
2022-10-30add generate to ksh tab-completeShokara Kou1-1/+1
2022-10-13add generate function and contrib/random scriptShokara Kou4-2/+38
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 Kou3-79/+26
Angou no longer strictly depends on age or gnupg as the encrypt and decrypt commands are user changeable.
2022-09-07add angou-age after 5 months of not being committedShokara Kou1-0/+66
I have no idea how I forgot to commit this after writing it at the end of April.
2022-01-24add ksh autocomplete in contrib/Shokara Kou2-0/+9
I just found out recently that ksh supported autocomplete when reading the man page for got(1), so here is support for it. I have not tested whether it works on other shells like bash or zsh because I do not use them.
2022-01-17add angoumenuShokara Kou2-1/+7
In contrib because it's sort of an extension to angou instead of actually a part of it. Also primary selection clipboard yay.
2021-11-25add man pageShokara Kou1-0/+35
Provided by novaburst. And I forgot to commit this for like 1.5 months...
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 payloadShokara3-0/+93