krz/yoshi-cli
A password manager for the command line.
clone: git clone https://gitbay.org/krz/yoshi-cli.git
ace37138a976fe4915af71ae6992bb327c64d3cc
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2024-11-08T00:29:37Z
pylintrc | 2 +- yoshi/wordlist.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) @@ -1,2 +1,2 @@ [MESSAGES CONTROL] -disable=too-many-branches +disable=too-many-branches,too-many-lines @@ -1,3 +1,7 @@ +""" +A list of words to be used in XKCD-style passphrases. +""" + WORDLIST = [ "abacus", "abdomen",