zsh-users
 help / color / mirror / code / Atom feed
From: Dan Nelson <dnelson@allantgroup.com>
To: "arno." <arno.@no-log.org>
Cc: zsh-users@sunsite.dk
Subject: Re: get output of a command in prompt
Date: Sun, 17 Sep 2006 12:09:14 -0500	[thread overview]
Message-ID: <20060917170914.GE55663@dan.emsphone.com> (raw)
In-Reply-To: <20060917141420.GA5288@localhost.localdomain>

In the last episode (Sep 17), arno. said:
> Le Saturday 16 September 2006, à 21:01:55PM +0200, Frank a écrit : 
> > arno. <arno.@no-log.org>:
> > [..get output of command into prompt..]
> > 
> > Take a look at this:
> > 
> > [snip]
> > zsh% PS1='$(printf "%s: %d" "This is a one" 1)-%% '
> > $(printf ": /home/hawk" "This is a one" 1)-% setopt promptsubst 
> > This is a one: 1-%
> > [snap]
> 
> Yes, I've tried things like that, but the problem is that command output 
> will be evaluated once, just when prompt is set up. It will not be 
> evaluated each time prompt is displayed

That example does evalute the prompt each time it's printed; you just
can't tell.  Try with a command that changes its output:

zsh% PS1='$(date)-%% ' ; setopt promptsubst
Sun Sep 17 12:06:02 CDT 2006-% <press enter>
Sun Sep 17 12:06:33 CDT 2006-% <press enter>
Sun Sep 17 12:06:34 CDT 2006-% 

Of course in this example you'd be better off using zsh's builtin
date-printing prompt escapes, but you get the idea.

-- 
	Dan Nelson
	dnelson@allantgroup.com


  parent reply	other threads:[~2006-09-17 17:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-16 18:49 arno.
2006-09-16 19:01 ` Frank Terbeck
2006-09-17 14:14   ` arno.
2006-09-17 16:58     ` Bart Schaefer
2006-09-17 17:09     ` Dan Nelson [this message]
2006-09-17 17:24       ` arno.
2006-09-17 17:22 ` Phil Pennock

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=20060917170914.GE55663@dan.emsphone.com \
    --to=dnelson@allantgroup.com \
    --cc="arno."@no-log.org \
    --cc=zsh-users@sunsite.dk \
    /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).