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] cdargs 1.35 -- Bookmarks and browsing for the cd command


Include din Debian stable:

    http://packages.debian.org/cdargs

Jari

sdesc: "Bookmarks and browsing for the cd command"
ldesc: "A little tool for the console which enables bookmarks and browsing in
your shell builtin cd command. Includes Bourne-shell, t?csh and
Emacs setup files."
category: Utils
requires: cygwin bash libncurses8 libpopt0

a) manual

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

b) automated

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

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

  cd /usr/src/cygwin-packages/cdargs
  less /usr/src/cygwin-packages/cdargs/get.sh
  tar -jtvf /usr/src/cygwin-packages/cdargs/cdargs-1.35-1.tar.bz2

-- 
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]