cli¶
Fire-based command-line entry point exposed as the afwf-genpass script.
Two flavours per generator:
gen*— Alfred Script Filter entry, emits JSON via afwf and routes errors to a rotating log file atpaths.path_enum.path_error_log.gen*-one— plain stdout, prints exactly one value. Independent of Alfred; handy in shell pipelines (e.g.export TOKEN=$(afwf-genpass genid-one)).
- class afwf_genpass.cli.Command[source]¶
Fire subcommand container.
gen*→ Alfred JSON;gen*-one→ stdout.- genpass(query: str) None[source]¶
Script Filter: random passwords. Empty
queryfalls back to length 12.