public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Richard Beels <rbeels@yahoo.com>
To: cygwin@cygwin.com
Subject: Re: search and install packages via bash?
Date: Thu, 08 Jul 2021 17:11:10 -0400	[thread overview]
Message-ID: <20210708211110.Ya-q0T-NUjCpEMG3HiBFlpRBCEfETjKpTEas5fCOCFA@z> (raw)
In-Reply-To: <20210708141913.GA21966@tik.uni-stuttgart.de>


At 07/08/2021 at 10:19, Shakespearean monkeys danced on Ulli 
Horlacher's keyboard and said:
>This part was easy:
>
>W10dev:/usr/local/bin: cygsearch ksh
>Found 449 matches for ksh
>kshisen-debuginfo-17.04.3-1 - kshisen-debuginfo: Debug info for kshisen
><snipped>
>mksh-56c-1 - mksh: MirBSD Korn Shell

1.maybe you saw nothing selected for install because the main 
window's view chooser was to "pending" and not "full"?

2, use fzf.  i don't use it (yet?) but it should be something like:

cyginst() { # a little function to install a package from the cli
_pkg=$(cygsearch "$1" | fzf | cut -f1 -d'-' )
/setup-x86_64.exe  ... -P "$_pkg"
}

the cut is to strip off all the versioning choices.  i think fzf can 
even allow you to edit the choice you make to eliminate that.  or you 
you change the cut to a sed and only strip off '-[0-9]*' for apps 
that use a dash in their real name (can't think of one ottomh, but...).

fzf is packaged for cygwin and the github page has more help than I 
cared to read when I found it. :)




Cheers!


  parent reply	other threads:[~2021-07-08 21:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08  8:45 Ulli Horlacher
2021-07-08 12:13 ` Jon Turney
2021-07-08 13:53   ` Ulli Horlacher
2021-07-08 14:46     ` Marco Atzeri
2021-07-08 15:02       ` Ulli Horlacher
2021-07-08 14:19   ` Ulli Horlacher
2021-07-08 21:11     ` Richard Beels
2021-07-08 21:11     ` Richard Beels [this message]
2021-07-08 21:11     ` Richard Beels
     [not found]     ` <20210708211451.0007A3888821@sourceware.org>
2021-07-10  4:14       ` Richard Beels
     [not found]     ` <20210708211539.705673AA9C30@sourceware.org>
2021-07-10 14:13       ` Adam Dinwoodie
2021-07-10 14:20         ` Eliot Moss
2021-07-08 18:28 ` Thomas Wolff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210708211110.Ya-q0T-NUjCpEMG3HiBFlpRBCEfETjKpTEas5fCOCFA@z \
    --to=rbeels@yahoo.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).