|
Message-ID: <c58b43e3b15b749fd6fc686e36338680@smtp.hushmail.com> Date: Mon, 02 Jul 2012 12:05:56 +0200 From: magnum <john.magnum@...hmail.com> To: john-users@...ts.openwall.com Subject: Re: john-1.7.9-jumbo-6 MS Windows build uploaded to the custom builds page On 2012-07-02 07:46, Frank Dittrich wrote: > To make using bash completion for john-omp easier to users, you might > want to patch john.bash_completion in your build (provided that bash > completion works for john). > > Replace line 613, which currently looks like this: > > complete -F _john john > > with these two lines: > > complete -F _john john && > complete -F _john john-mmx FWIW I have a directory with lots of test builds and I use this in ~/.bashrc to enable completion for all of them: # Alternate john completions for i in `find ~/john -name "john*" -type f -executable`; do complete -F _john `basename $i`; done magnum
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.