aboutsummaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split makepass out of idgattDennis Eriksen2023-09-014-382/+0
| | | | This will now be a separate repo
* Removed external dependencies from makepassDennis Eriksen2023-01-032-68/+119
| | | | Script now only uses zsh, and is over 700% faster. w00p
* added helptext and some environmentalsDennis Eriksen2022-12-301-9/+83
|
* a bit more work on makepass.zsh and makepass.shDennis Eriksen2022-12-202-87/+86
|
* forgot to change an instance of head -cDennis Eriksen2022-12-202-5/+5
| | | | also, RANDOM is reserved in ksh. Use var with other name.
* head -c is not portable.. tail -c is. and head -nDennis Eriksen2022-12-192-12/+12
|
* adding a zsh and a posix sh implementation of makepass.Dennis Eriksen2022-12-194-59/+258
|
* makepass wasn't working on bsd (bsd-version of head didn't take -c as anDennis Eriksen2022-08-191-4/+4
| | | | argument), so here's an updated version that runs on openbsd
* we no longer use github!Dennis Eriksen2019-02-101-1/+1
|
* passwords with special characters should always start and end with normal ↵Dennis Eriksen2018-06-191-1/+6
| | | | characters
* lets not print a header if we dont have a wordlistDennis Eriksen2018-06-181-2/+3
|
* adding some columnsDennis Eriksen2018-06-181-4/+11
|
* testing out a passphrase-generating makepassDennis Eriksen2018-06-181-0/+8
|
* no more quotes in passwordsDennis Eriksen2018-05-231-1/+1
|
* switching to bash, since zsh did not preserve PATH correctly in the subshell ↵Dennis Eriksen2018-05-201-2/+2
| | | | executing shuf
* Adding a license.Dennis Eriksen2018-05-141-0/+16
| | | | | I'm going with GPLv2 simply because I'm planning on stealing a few bits from GRML :)
* moving around stuffDennis Eriksen2018-05-141-0/+0
|
* moving scripts out, and updating for stowDennis Eriksen2018-05-101-0/+22