Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Editing history stack during runtime?
- X-seq: zsh-users 12674
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Editing history stack during runtime?
- Date: Mon, 3 Mar 2008 13:25:46 +0100
- Cc: "zsh users" <zsh-users@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rLXds5qcQqzbG9FDDPNJZH+iYH7GNFTjGXl4nW5iILA=; b=aGYKqkRWZpKw34IUQdC5o+8O220qzjys17NaQ2TmouWRMvs09ETgWmVV9N70UBMhEP8vJl2PrxIASIE18fBTuFvI9e/KEm2f6tDWS/5I/8gi5NX24sJQ5tRygSTogb0hM5AvP5tgiXVoTOj9QCDGTqC07m5Kvl4x+OSNz/a9gwk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AWhnBvLXnsUXDqQclE4Gj2VBH1xqUXaDa09ZYaS5DEF93XFzeXFtMPDaIYU4nlBEhNvNYKzyfOMYkYlYuI3Slwq482MJORdSdsK6qKFodR5NGrJewSnmL0FZSY+wv3+wzVOxH6CPqGEsoNVSx1QuRx8lUsEz4u25skQFbPmUIKg=
- In-reply-to: <080301045937.ZM19496@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70802281709n1847611cp6cb9a5273e212bae@xxxxxxxxxxxxxx> <080229084310.ZM17549@xxxxxxxxxxxxxxxxxxxxxx> <2d460de70802291142u4bdf7c94qa330ff9dad1324f0@xxxxxxxxxxxxxx> <080229192218.ZM18081@xxxxxxxxxxxxxxxxxxxxxx> <2d460de70803010238l5f221208q1bd0a090c9eca3a9@xxxxxxxxxxxxxx> <080301045937.ZM19496@xxxxxxxxxxxxxxxxxxxxxx>
On Sat, Mar 1, 2008 at 1:59 PM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> "The history accumulated since I logged in" *includes* the history
> read from the history file at shell startup. There's no way to pick
> out only what happened after that; it's all in the same stack, with
> the oldest stuff falling off one end and the latest stuff added to
> the other.
Hmm, now that I think about it, this _does_ make sense. Matter of fact,
nothing else would. I will probably try and hack something together that
uses a custom variable to store invocation time of the shell and then
parses out everything on the stack that is older than this time.
Thanks :)
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author