| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-31 | add git credential helper for http(s) authHEADmaster | kar | 1 | -0/+36 | |
| 2025-01-13 | update LICENSE to current year | kar | 1 | -1/+1 | |
| 2025-01-13 | update the dmenu scripts to what I currently use | kar | 2 | -8/+16 | |
| I just noticed that they weren't symlinked to the git repo in my ~/bin. | |||||
| 2025-01-01 | rename angou to kasi | kar | 6 | -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-01 | add totp subcommand to angoumenu | kar | 1 | -1/+9 | |
| 2024-08-30 | add totp field to be used with oathtool | kar | 2 | -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-25 | don't hardcode dd path to /bin/dd, breaks nixos | kar | 1 | -1/+1 | |
| 2024-08-25 | don't overwrite _files function, breaks autocomplete for others | kar | 1 | -2/+2 | |
| 2024-08-25 | add zsh autocomplete script | kar | 1 | -0/+10 | |
| 2024-08-25 | add 'pass' command that views first line without newline | kar | 2 | -4/+12 | |
| 2022-10-30 | add generate to ksh tab-complete | Shokara Kou | 1 | -1/+1 | |
| 2022-10-13 | add generate function and contrib/random script | Shokara Kou | 4 | -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-07 | make angou-age the main angou to be tool-independent | Shokara Kou | 3 | -79/+26 | |
| Angou no longer strictly depends on age or gnupg as the encrypt and decrypt commands are user changeable. | |||||
| 2022-09-07 | add angou-age after 5 months of not being committed | Shokara Kou | 1 | -0/+66 | |
| I have no idea how I forgot to commit this after writing it at the end of April. | |||||
| 2022-01-24 | add ksh autocomplete in contrib/ | Shokara Kou | 2 | -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-17 | add angoumenu | Shokara Kou | 2 | -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-25 | add man page | Shokara Kou | 1 | -0/+35 | |
| Provided by novaburst. And I forgot to commit this for like 1.5 months... | |||||
| 2021-06-12 | add .gpg to filename when view checks if it exists | Shokara | 1 | -2/+2 | |
| 2021-06-12 | fix edit command and encrypt the file | Shokara | 1 | -2/+8 | |
| File wasn't encrypted before and was stored in plaintext under a gpg extension | |||||
| 2021-06-12 | merge view and list commands into one like pass(1) does | Shokara | 1 | -17/+24 | |
| Also added some checks for arguments into view, copy, and edit commands, and usage is printed if the checks fail. | |||||
| 2021-06-12 | fix copying of password | Shokara | 1 | -1/+1 | |
| 2021-06-12 | initial payload | Shokara | 3 | -0/+93 | |
