zsh-users
 help / color / mirror / code / Atom feed
From: "arno." <arno.@no-log.org>
To: zsh-users@sunsite.dk
Subject: get output of a command in prompt
Date: Sat, 16 Sep 2006 20:49:13 +0200	[thread overview]
Message-ID: <20060916184913.GA18417@localhost.localdomain> (raw)

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

Hi,
I want to get the output of a command in my prompt 
(actually, I want the temperature of my cpu in RPS1 if it is superior 
to a some predifined value).
So I have something like :
 RPS1="%2v"
 and 

precmd() {
    gettemp
}

with gettemp that gets temperature and puts it in psvar[2] if needed.

Today, I've seen in zsh user guide :

> Some people make the mistake of using it [precmd function] to set up a 
> prompt, but there are enough ways of getting varying information into a 
> fixed prompt string that you shouldn't do that unless you have very odd 
> things in your prompt.
http://zsh.sunsite.dk/Guide/zshguide03.html#l51

But I didn't find a better way to do what I want. Did I miss something, 
or is my goal something "very odd".

thanks 
arno

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

             reply	other threads:[~2006-09-16 18:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-16 18:49 arno. [this message]
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
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=20060916184913.GA18417@localhost.localdomain \
    --to="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).