| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
so I can add ruff-config and venv without cluttering the main folder
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This needs a lot of cleanup and commenting, but it works.
It's FAST. Even faster than the go-version.
|
|
|
|
|
|
|
|
|
|
| |
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!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Without any polish...
But makepass.bash is now about 5.5x faster than previously!
|
|
|
|
| |
and fixed a typo in zsh and readme
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|