From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21076 invoked by alias); 14 Jun 2016 16:24:46 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 21659 Received: (qmail 13980 invoked from network); 14 Jun 2016 16:24:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=SlbspPtbqzlwYdTT/SRVjjhcAlwkLz7c345Ia3NUPWU=; b=vOR1g2TAUqoS5WOfTElwlVe7qfaVvRK89voTvYIBuqHa5/tQFwDam1wxrfN62DMx32 457GUiXE2dSWjJHV9u+iOU/BkK4NfI5AsayHKSV2AFYl8z7xBlT2UBrdT7Nuw++ggZzf SdZXpmpArTW4rI6HfM0oqohzc9IEViM5jYpJCtt53/jXrU29S1hGjkjuy+qYQ29uZbn2 AGfalatldbKQR0o/JJDtMnlhkeCHNCNvMK0vMlToH0w+OOeNlmK350NezysbBu+lxqYz sjprWe9VOiLmqsLcpe58x1uyfYFCyfY1Kpp31d8XjICyYoE650zP0lumqTKzD+BH+FDS NRpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=SlbspPtbqzlwYdTT/SRVjjhcAlwkLz7c345Ia3NUPWU=; b=i6OqcfAjZCbqxkI/r1AUCfL93yd8Pm6AmE092FhWJKwaStStilsslUtvTRMX3gRiAd iaqBy1EpEZGoypSkr5E8Zbs5MRYRjRG0W6qx/+kbCgyBqqf3AwlX8/9BpWsCxTv1q16O GZI2YRlgDdxwgNFl+QcJyvUgQVL7WI47IPUuyx5vxNni2jPWjIKWVHX1onH5bJ4lM2XZ 31YkpcL82sbps14oBz7F9IqtqzbydBQNPKzetLG8++CMmaGmDSWOxPgaRMKkm9MzmZHH y60ZQVNxvVmsBVJH2P0ug++6FTab3UYTGZqGCQWAPKu9x8ibs9TvOKd75zi+a6w6eDFv LejQ== X-Gm-Message-State: ALyK8tIJeEG6fnnRm5Lbl4Won/hm5wfecdMQaXzDSosTtvx/PYugWQvjJ0sZl+ozZy3GGg== X-Received: by 10.98.32.148 with SMTP id m20mr4531743pfj.77.1465921483870; Tue, 14 Jun 2016 09:24:43 -0700 (PDT) From: Bart Schaefer Message-Id: <160614092503.ZM17585@torch.brasslantern.com> Date: Tue, 14 Jun 2016 09:25:03 -0700 In-Reply-To: <20160613163126.5b24ac27@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: Feature request: REPORTMEMORY" (Jun 13, 4:31pm) References: <20160609111532.480f2810@pwslap01u.europe.root.pri> <20160609113924.185be892@pwslap01u.europe.root.pri> <160609232035.ZM5969@torch.brasslantern.com> <20160613163126.5b24ac27@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Feature request: REPORTMEMORY MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 13, 4:31pm, Peter Stephenson wrote: } Subject: Re: Feature request: REPORTMEMORY } } [...] the manual entry reports what you need } to do if you want to see the memory. Psychologically this is probably a } plus as it will give the user an even bigger feeling of achievement Years late to be asking this, but is there some easy way to tell yodl that a series of words is not allowed to wrap? as for the REPORTTIME variable and the time builtin; note that by default this does not output memory usage. Appending " max RSS %M" to the value of TIMEFMT causes it to output the value that It'd be nice if there were not a line break before %M there. A few other in-line examples elsewhere could also benefit. } (Also, can you spot three lollipops hidden in the manual?) (I've only found two ...)