Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Intercepting commands before they're run
- X-seq: zsh-users 3023
- From: Jerry Peek <jpeek@xxxxxxxxx>
- To: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- Subject: Re: Intercepting commands before they're run
- Date: Thu, 13 Apr 2000 10:38:06 -0700
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <38F5B637.5D5BE0F1@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <38F5B637.5D5BE0F1@xxxxxxxxxxxxx>
- Sender: jpeek@xxxxxxxxx
On 13 April 2000 at 12:57, Oliver Kiddle <opk@xxxxxxxxxxxxx> wrote:
> I've just been experimenting with the MH mail system to see if it will
> do what I hope. In mush I can just type a message number to see a
> message so I tried to think of a way to persuade zsh to do this.
This isn't answering your exact question, Oliver. But one easy way to
do this is to make a little shell script with multiple links to it
named 1, 2, 3, etc. The shell script gets its name and runs
"shoe <myname>" (like "show 1", "show 2", etc.). Very slick.
See http://www.ics.uci.edu/~mh/book/mh/wgiafw1l.htm .
Jerry
--
Jerry Peek, jpeek@xxxxxxxxx, http://www.jpeek.com/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author