Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-09-11 | Redid the sh-version. | Dennis Eriksen | 1 | -77/+275 | |
It's almost twice as fast now! Had to use some hacks because POSIX sh don't support arrays. Well, it supports *one*... Still needs some cleanup, but it now has the same functionality as the others! | |||||
2023-09-05 | fixing some shellcheck-errors and some tiny cleanup on sh- and bash-versions | Dennis Eriksen | 1 | -9/+11 | |
2023-09-04 | adding licence | Dennis Eriksen | 1 | -4/+4 | |
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 | -1/+1 | |
Script now only uses zsh, and is over 700% faster. w00p | |||||
2022-12-20 | a bit more work on makepass.zsh and makepass.sh | Dennis Eriksen | 1 | -51/+51 | |
2022-12-20 | forgot to change an instance of head -c | Dennis Eriksen | 1 | -4/+4 | |
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/+110 | |
2018-05-14 | moving around stuff | Dennis Eriksen | 1 | -22/+0 | |