delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_YG,T_TO_NO_BRKTS_FREEMAIL |
X-Spam-Check-By: | sourceware.org |
MIME-Version: | 1.0 |
In-Reply-To: | <AANLkTin=Katc0Tf4zn3CH=NPds5J6QkQk3BzUQTXz92E@mail.gmail.com> |
References: | <AANLkTin=Katc0Tf4zn3CH=NPds5J6QkQk3BzUQTXz92E AT mail DOT gmail DOT com> |
Date: | Sun, 26 Sep 2010 13:51:22 +1000 |
Message-ID: | <AANLkTim0E5ZLwC5R52DSzT159uU_thh3L_vd7778DrdY@mail.gmail.com> |
Subject: | Re: cdargs usage |
From: | Robert Mark <robertmarkbram DOT lists AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Hi All, > I am confused about how to use cdargs. I have been reading these two pages: > http://www.linux.com/learn/tutorials/332972-cdargs-brings-bookmarks-to-the-linux-command-line > http://www.linux.com/archive/articles/114073 > > They reference things that don't seem to work on Cygwin. > > For example, they both say to source cdargs-bash.sh - which isn't > present on Cygwin. I do have these: > /usr/share/cdargs/cdargs-alias.sh > /usr/share/cdargs/cdargs-bash-completion.sh > /usr/share/cdargs/cdargs-lib.sh > > And they mention a bunch of aliases I don't have, like ca, cdb. And I > read somewhere else about a mark command I don't have. > > How do I set myself up to use these? Well, I worked out this much thanks to man cdargs: I can construct my own functions to "mark" a cdargs directory and then "cdb" into it. function cdb() { cdargs "$1" && cd "`cat "$HOME/.cdargsresult"`" ; } function mark() { cdargs --add=:$1:` cygpath -u -a .` } cd /blah/blah mark blah cdb blah Rob :) -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |