Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: directory alias



Thank y'all for CDPATH - I didn't know about that and it's real cool.

However, after using it for a few days, I realize I want something
like command-t (vim) for the command line.

I just found two promising projects:
https://github.com/clvv/fasd
https://github.com/joelthelion/autojump

The later is probably not what I'm looking for (a wrapper around cd).
However, the former (fasd) is promising. It works with both bash and
zsh and works with other commands. It does not, however, seem to have
been maintained for the past year (and has newer issues).

I also need to look farther into zstyle. However, since I spend a good
portion of my day on boxes in accounts where I'd probably get shot (or
more like yelled at :) ) if i changed the shell to zsh, if I went that
route, I'd still want a solution for bash (sorta OT here, but a
concern none the less).

So, that's where I'm at. And again, thanks for the help.

On Wed, Dec 4, 2013 at 10:25 AM, Christoph (Stucki) von Stuckrad
<stucki@xxxxxxxxxxxxxxx> wrote:
> On Tue, 03 Dec 2013, TJ Luoma wrote:
>
>> > I commonly cd into. What I want is a way to do:
>> > cd foo
>> > and it go to ~/some/deep/directory/tree/foo
>> > and
>> > cd bar
>> > and it go to /usr/local/some/path/bar
>
> IF all the dirs you "cd into" are different, simply
> mention all their parents in CDPATH=/.../...1:/.../...2:...:...
> and 'cd' will walk these until it finds the given dir.
> If you have names more than once, left to right will win.
>
> Stucki
>
> --
> Christoph von Stuckrad      * * |nickname |Mail <stucki@xxxxxxxxxxxxxxx> \
> Freie Universitaet Berlin   |/_*|'stucki' |Tel(Mo.,Mi.):+49 30 838-75 459|
> Mathematik & Informatik EDV |\ *|if online|  (Di,Do,Fr):+49 30 77 39 6600|
> Takustr. 9 / 14195 Berlin   * * |on IRCnet|Fax(home):   +49 30 77 39 6601/



Messages sorted by: Reverse Date, Date, Thread, Author