From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28141 invoked by alias); 15 Dec 2014 02:53:23 -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: 19536 Received: (qmail 7903 invoked from network); 15 Dec 2014 02:53:12 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=Ko/6AtSI c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=A92cGCtB03wA:10 a=bEiDhyIDd4oV6XUHzCMA:9 a=CjuIK1q_8ugA:10 a=l6A5PZ5bF4wA:10 a=bUXKhwUmr2wA:10 a=82Ea-SyN8M0A:10 From: Bart Schaefer Message-id: <141214185332.ZM24112@torch.brasslantern.com> Date: Sun, 14 Dec 2014 18:53:32 -0800 In-reply-to: Comments: In reply to Rocky Bernstein "An example of writing a custom history file?" (Dec 14, 8:38pm) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: An example of writing a custom history file? MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 14, 8:38pm, Rocky Bernstein wrote: } } Is there an example somewhere that I can follow for this? The only one I can suggest is Functions/Misc/sticky-note which comes with zsh. Look at uses of "fc -ap".