Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Handling Command Not Found
- X-seq: zsh-users 14613
- From: Adam Walters <ajwalters@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Handling Command Not Found
- Date: Fri, 27 Nov 2009 00:12:04 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=xRXbjdBX/5bEToKSrKX3Gh9ev8FIcwRN08E0DI94hqA=; b=F5yhnQXrfbhPSNvDLQJsbDpoIDFOSG1XU6qdV+GzQzDeMC/gTNPddMRTYvNCIMaezT ySTwPebCd02NVgF+Amk9+pbUfrEUITqYse/LYBo5NXxz3Y2TsmPFB0zXfoaKDeuxfoVH UGBkIx5dmbzbNkRliNrnV4caWLEpNLU3SBtFg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CwMHUoq/LfRqov5/pL2BottggtV1exYHhFAoDEu0lXtDLjYmY4OQo5J5LD+bnc1ZT6 1SJYjBOBuDCJwB/e9WBaCSoHNGUTpBC19qv+040TOGrLRXswJTjcii3FeQrKjKGkveyW zkSeXtpNNmlSC0BCQqoTPnDHJP4ToZguHeYaE=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
I was wondering if zsh had a way to handle command not found by running a
function? Ideally, I would like to pipe the input of a command not into a
ruby script. Is there any way to accomplish this in zsh?
Thanks,
Adam
Messages sorted by:
Reverse Date,
Date,
Thread,
Author