Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-09-06 | WIP: Cleanup and standardization - Done? | Dennis Eriksen | 1 | -88/+148 | |
I think I'm getting there with this round. `makepass.zsh` might not look pretty, but it is beginning to look like something that might be standardized on. Next step is to rewrite some of the other scripts to match the zsh one. | |||||
2023-09-05 | WIP: Cleanup and standardization 2 | Dennis Eriksen | 1 | -33/+51 | |
Further work on standardizing and cleaning up. Gotta break some eggs etc. | |||||
2023-09-05 | WIP: Cleanup and standardization | Dennis Eriksen | 1 | -24/+53 | |
I want all the scripts to work in roughly the same way, with roughly the same functions, doing roughly the same thing. That way the benchmark means more. And also, I might learn something. | |||||
2023-09-04 | adding licence | Dennis Eriksen | 1 | -3/+3 | |
2023-09-01 | Split makepass out of idgatt | Dennis Eriksen | 1 | -0/+0 | |
This will now be a separate repo | |||||
2023-01-03 | Removed external dependencies from makepass | Dennis Eriksen | 1 | -67/+118 | |
Script now only uses zsh, and is over 700% faster. w00p | |||||
2022-12-30 | added helptext and some environmentals | Dennis Eriksen | 1 | -9/+83 | |
2022-12-20 | a bit more work on makepass.zsh and makepass.sh | Dennis Eriksen | 1 | -36/+35 | |
2022-12-20 | forgot to change an instance of head -c | Dennis Eriksen | 1 | -1/+1 | |
also, RANDOM is reserved in ksh. Use var with other name. | |||||
2022-12-19 | head -c is not portable.. tail -c is. and head -n | Dennis Eriksen | 1 | -6/+6 | |
2022-12-19 | adding a zsh and a posix sh implementation of makepass. | Dennis Eriksen | 1 | -0/+88 | |