Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RFE: DIR_PUSHD
- X-seq: zsh-workers 28106
- From: Dave Yost <Dave@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: RFE: DIR_PUSHD
- Date: Thu, 29 Jul 2010 12:25:23 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:mime-version :message-id:date:to:from:subject:content-type; bh=ZIIQeyt/4s+sFDzxhd7MvN4v+DV9XNLRwOA+eBuyX5I=; b=vlo1jz8dwlBP/sFEtAYPoAA58uuChGyYWD7X+mKDVN38aXRQ0BmAi44ShnsR1uNlcp 4hkPVMNkGpcmIzbqf9Q8qzVQA8slQ5RtnwMcWLZubtavfXVJo99SL5j/1+/8K1i1dN3v N8dRbCv9+uIk4nUutcB3RYmqtmvlm3bcTO0Hs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:mime-version:message-id:date:to:from:subject:content-type; b=hOAv8eHYNAkyGKVn6LAio53pysf8Ja/tWtFXV3bWGlRtshoJkhGHZxOS5P8u756hix VfAGqn0DPro6q07Bl/UEXeCprqZVwfOAgHISuZImT1922PBHu6Q+gM99mjO52sgxqIQW Dm19/joNNBTse+d97IParA90qhnzIfLTpv54s=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: Dave Yost <daveyostcom@xxxxxxxxx>
AUTO_CD is nice, but I find it would usually be better if "executing"
a directory would instead pushd to that directory.
The obvious name for such an option would be AUTO_PUSHD, but that
name is already in use for something else.
The naming problem shouldn't stand in the way of this needed feature.
Call it what you will. It will get used.
I propose
DIR_PUSHD
You could also offer its analog,
DIR_CD
and deprecate
AUTO_CD
which is confusing in its nonparallelism with AUTO_PUSHD
Thanks
Dave
Messages sorted by:
Reverse Date,
Date,
Thread,
Author