|
Message-ID: <BLU0-SMTP33856A7406AE3006CE6A14AFDF10@phx.gbl> Date: Sat, 9 Jun 2012 17:08:19 +0200 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-dev@...ts.openwall.com Subject: Re: bash completion On 06/09/2012 01:35 PM, magnum wrote: > I noticed some problems with completion for unique. > > ./unique <part[TAB] will refuse completion of file name. > > Also, > > ./unique <file outf[TAB] refuses to complete but I suppose that is > intended since unique will refuse to overwrite anyway. Yes, this was intentional You can re-enable the normal file name completion by removing the last branch inside the case ... esac in _unique(): Just these 3 lines have to be removed: _*) return 0 ;; If you prefer this version, I'm fine with it. 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.