zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: trigger prexec function from a script
Date: Fri, 07 Jun 2013 11:16:29 +0100	[thread overview]
Message-ID: <20130607111629.1dd65bd0@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <20130607094711.GA29399@trustfood.org>

On Fri, 07 Jun 2013 11:47:11 +0200
Eric Smith <Eric.Smith@trustfood.org> wrote:
> I have a prexec function and this works fine when I put a
> filename on the prompt and press enter. How do I make the preexec
> fire when I deliver the command from script?

Unfortunately this is quite heavily tied to executing an interactive
command line, and I don't think turning on interactive mode for
executing the script is good enough either (though I haven't actually
tried).

You're best bet might be to use the DEBUG trap.  If you define the
function as TRAPDEBUG instead of preexec it'll get called before each
command.  The effect isn't quite the same, since it'll get called more
often than it would before a complete command line.  You can examine
what is about to be executed in $ZSH_DEBUG_CMD (see the documentation
for the trap builtin).

pws


      reply	other threads:[~2013-06-07 10:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-07  9:47 Eric Smith
2013-06-07 10:16 ` Peter Stephenson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130607111629.1dd65bd0@pwslap01u.europe.root.pri \
    --to=p.stephenson@samsung.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).