Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 09 Jun 2012 13:35:23 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: bash completion

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. The problem with 
this is I'll very often want to tab-complete it anyway and then edit, like:

./unique <file outf[TAB]

-> complete to an existing:

./unique <file outfile

-> then edit the completed name

./unique <file outfile_uniq

Maybe that's just me.

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.