On Thu Oct 15 2009 06:12:04 GMT-0400 (EST), the jimmybot wrote:
> Hi,
>
> First, a thank you to whoever help get the website back up.  Much 
> appreciated.
>
> Second, my question: There is an enhanced "shell" or interpreter for 
> the Python programming language called IPython.  It is interesting, it 
> shares some similarities to fish in that it provides by default very 
> nice completions and easy access to documentation and source, among 
> other features.  In addition, it has a very nifty bookmarking feature 
> for creating shortcuts to directories that you use often.  You can 
> take a look at the syntax for bookmarking here:
>
> http://ipython.scipy.org/doc/rel-0.9.1/html/interactive/reference.html
> (Search for bookmark)
>
> Is there similar functionality in fish that I have missed?  Or is 
> there a system or recommendation that other fish users use that they 
> would like to share?
Hi,

I would like to point out a feature in fish which may provide some of 
the functionality you are looking for, the environment variable CDPATH.[1]

$ echo $CDPATH
. /home/skk /home/skk/CRMS /home/skk/src /home/skk/work /web

$ pwd
/tmp

Now I can cd to a directory within /home/skk/src
$ cd fish
~/src/fish


Thanks,

1) http://fishshell.org/user_doc/index.html#variables-special

-- 
Steven Knight
[email protected]


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to