help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: eshell and quick cd


From: thierry . volpiatto
Subject: Re: eshell and quick cd
Date: Sat, 28 Mar 2009 06:51:15 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.91 (gnu/linux)

Hi,
you have a very nice file called esh-toggle.el, you will find here:

ftp://ftp.newartisans.com/pub/emacs/

It should be integrated in emacs, this file is in the git repo of eshell
also but i can't find back url.

henry atting <nsmp_01@online.de> writes:

> I recently encountered `wcd' [1], which provides a way to quickly change
> directories. For example if I am in ~/a/b and want to cd to ~/c/def a
> `wcd def' would suffice if def is a unique directory name.
> Since only `cd' is allowed to change directories you have to write a
> function in your ~/.zshrc (in my case) like that:
>
> function wcd
> {
>   $HOME/bin/wcd.exe $*
> . $HOME/bin/wcd.go
> }
>
> Is there already a builtin function of eshell which does the same? Or,
> if not, how can I tell eshell to use wcd?
>
> henry
>
> ___
>
> [1] http://www.xs4all.nl/~waterlan/
>

-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France





reply via email to

[Prev in Thread] Current Thread [Next in Thread]