This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] iselect 1.4.0 -- An interactive line selection tool for ASCII files


Included in Debian stable:

    http://packages.debian.org/iselect

Jari

sdesc: "An interactive line selection tool for ASCII files"
ldesc: "An interactive operating via a full-screen Curses-based terminal
session. It can be used either as an user interface frontend
controlled by a Bourne-Shell/Perl/Tcl backend as its control script or
in batch mode as a pipeline filter (usually between grep and the final
executing command)."
category: Utils
requires: cygwin libncurses8

a) manual

  mkdir -p iselect
  cd iselect
  wget        \
    http://cygwin.cante.net/iselect/setup.hint \
    http://cygwin.cante.net/iselect/iselect-1.4.0-1-src.tar.bz2 \
    http://cygwin.cante.net/iselect/iselect-1.4.0-1.tar.bz2 \
  tar -xf iselect-1.4.0-1-src.tar.bz2
  ./iselect*.sh --color all

b) automated

  gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8

  mkdir iselect ; cd iselect
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/iselect/get.sh \
          http://cygwin.cante.net/iselect/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]