aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adding a note on dependenciesDennis Eriksen2023-11-101-0/+8
|
* moving python-file to srcDennis Eriksen2023-11-101-0/+12
| | | | so I can add ruff-config and venv without cluttering the main folder
* trying out new project structureDennis Eriksen2023-11-101-2/+2
|
* Adding a python-verionDennis Eriksen2023-11-091-22/+31
|
* Updated build-instructions for go-versionDennis Eriksen2023-09-141-1/+1
|
* Updated build-instructions for rust-versionDennis Eriksen2023-09-141-1/+1
|
* Adding rust-versionDennis Eriksen2023-09-131-17/+31
| | | | | | This needs a lot of cleanup and commenting, but it works. It's FAST. Even faster than the go-version.
* Redid the sh-version.Dennis Eriksen2023-09-111-15/+15
| | | | | | | | | | 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!
* Adding description to READMEDennis Eriksen2023-09-081-29/+39
|
* Updating README.mdDennis Eriksen2023-09-081-18/+19
| | | | | | | | | | | | | | | | | First and foremost - the \ got removed from the special characterset in the zsh-version (which atm is the authorative one) in commit 10f86a9. This is because it was sometimes interpreted as an escapecharacter when combined with certain other characters. This should probably have been solved some other way, but the easiest way was to just remove the character. I also don't have quotes in the special characterset for the same reason - it might get interpreted the wrong way. Secondly, I updated the example. Thirdly - updated the descriptions of the different versions a bit.
* Redid makepass.bashDennis Eriksen2023-09-071-14/+14
| | | | | | Without any polish... But makepass.bash is now about 5.5x faster than previously!
* Redid the perl-versionDennis Eriksen2023-09-071-1/+1
| | | | and fixed a typo in zsh and readme
* WIP: Cleanup and standardization - Done?Dennis Eriksen2023-09-061-21/+90
| | | | | | | | 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.
* adding golang-versionDennis Eriksen2023-09-051-16/+42
|
* adding readmeDennis Eriksen2023-09-041-0/+107