Changelog
Features
- 4f762a8 feat(cli): Add shell completion for
--configflag - f652bfb feat(cmd): Add version flag
- 6d3cb3e feat(config): Change default template to match Bitwarden passphrase generator
- 549e826 feat(template): Add shorthand funcs:
word,words,number,num - c539b92 feat: Add EFF short wordlists
- 606e60a feat: Change wordlist to the EFF large wordlist
Fixes
- 638e779 perf(wordlist): Generate a slice of words instead of embedding the txt file
Others
- aa282fd Revert "chore(util): Change from
stringto[]bytein template funcs" - 98397e5 chore(cli): Add long description
- adba5d4 chore(cli): Disable filename completion
- 32cb224 chore(cli): Remove
templatesubcommand - baad39f chore(cmd): Indicate
templateis the default subcommand - 0185c2c chore(wordlist): Remove
initfunc - 56c7e76 chore(wordlist): Rename package from wordlists to wordlist
- b5120f9 chore: Remove accidental directory
- 57866c3 chore: Use Go v1.22+ range syntax