summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2025-07-31add git credential helper for http(s) authHEADmasterkar1-0/+36
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 kasikar3-10/+10
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 oathtoolkar1-1/+1
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 newlinekar1-1/+1
2022-10-30add generate to ksh tab-completeShokara Kou1-1/+1
2022-10-13add generate function and contrib/random scriptShokara Kou1-0/+22
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-01-24add ksh autocomplete in contrib/Shokara Kou1-0/+4
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 Kou1-0/+6
In contrib because it's sort of an extension to angou instead of actually a part of it. Also primary selection clipboard yay.