Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
An example of writing a custom history file?
- X-seq: zsh-users 19534
- From: Rocky Bernstein <rockyb@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: An example of writing a custom history file?
- Date: Sun, 14 Dec 2014 20:38:38 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=ZzszQ4UC+164xHECPmXDDfM9X0CKNpMxQt6O1DvdyYI=; b=hLVFFHVwBIsMqrG35hZCmOpi1fl4zOXNuGarefSBnYmlq93VleoZZUKcSn0V6220+g /EILGRBgAN8Wy5IH17gQBt5WRPYQ/hrw381UK6Jcr9XFT0lgtMBFfBNoArZRBcQSZXAN U1co1IhF/rxrv18WbHXBax+UfgLS50BVb1FWe6WG/xT6QUvZge6zynRn3nTtnlRSgdXq wdBbeU1sepkP6Ui7BM1RH2OXSS7fXYMEAIBc+JbqoHfy52/vh7KFYCw+MIAxqcnK3+YM 1SjC05ZfsOjaQYRyT5FLaoKHspjdrPCsEU2NXzdQ8LfeVHzbrH3Bx+L+bZUYKeM0fXrL qY6w==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Sender: rocky.bernstein@xxxxxxxxx
Hi again -
I the zsh debugger I'd like to add a history mechanism to the command
processor.
I'm using zle to read lines. Of course, I don't want this history mechanism
to interfere with the normal zsh history mechanim.
Is there an example somewhere that I can follow for this?
Thanks again.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author