|
Message-ID: <BLU0-SMTP478A6B204D5D56466DC424FFD0C0@phx.gbl> Date: Tue, 5 Jun 2012 19:40:37 +0200 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-dev@...ts.openwall.com Subject: Re: Do we need --list=formats? On 06/05/2012 09:53 AM, magnum wrote: > Done. BTW the bash completion doesn't seem to complete further than > --list= right now, I think it did earlier? > > magnum IMO it works as designed. For a john version which doesn't know --list, it does nothing. For a jumbo version: $ ./john -l[tab] becomes $ ./john --list= $ ./john --list=[tab][tab] lists these completions: ? ext-filters-only hidden-options build-info ext-modes inc-modes ext-filters externals rules $ ./john --list=?[tab] just adds a space after the '?'. $ ./john --list=b[tab] becomes $ ./john --list=build-info $ ./john -l:r[tab] becomes $ ./john -l:rules $ ./john -l=e[tab] becomes $ ./john -l=ext $ ./john -l=ext[tab][tab] lists these possible completions. ext-filters ext-modes ext-filters-only externals What john version are you using? Can you post the output of $ ./john --list=? $ ./john --list=build-info $ echo "_${__john_completion}_" $ echo "_${COMP_WORDBREAKS}_" Do I have to fetch the latest git version to reproduce? Frank
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.