pick or semilar

Doug Henderson djndnbvg@gmail.com
Fri Aug 26 23:00:00 GMT 2016


On 26 August 2016 at 15:46, Adam Dinwoodie  wrote:
> On 17/08/2016 15:25, Morten Kjærulff wrote:
>>
>> Hi,
>>
>> Is there a tool like "pick"
>> https://github.com/thoughtbot/pick
>>
>> in cygwin?
>
> I've just taken a brief look at that GitHub page, and it looks to be at
> least vaguely similar to fzf, which is included with Cygwin. You might want
> to take a look at that and see if it meets your needs.
...

Have you considered the bash select command? The following command
takes you to the documentation

info bash select

for example:

select fname in *.txt ;
do
    echo you picked No. ${REPLY}: ${fname} ;
    break ;
done


HTH

Doug


-- 
Doug Henderson, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list