Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Writing a plugin - where to start?
- X-seq: zsh-workers 32461
- From: Timm Bla <tymmm1@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Writing a plugin - where to start?
- Date: Tue, 4 Mar 2014 17:31:56 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vI9V2q8ya1WGq5DWBsVnELphOUMXEc8w48pREKFp44A=; b=KiZFHzm0Wxy6AyjZ+4m8H1u7wvzTd82KVCPV/4esVNtH3/Q+junBd7yjiN0b+UNG+o onR8shW+I4UrH4LvCHpBlAP/zs9o25iRK3KjhCqEC4bul0uRmZqDSQvnnSv/+nNdGvTj Y7gj2mSW9rS/TSc2e5mtzHwsikSIJBxIC58e82i0hbN4Nycpmd+i52B/RwWZ89lOBZda 3inlpaH22JcywAI6bkKJHHiDSqs7gRyPhpNMiDgeL3M3QJVLfEzNU+M39a9drsbNmcVN E++JwU1w5qFi37FdzJI8o8bgOb301nMfnkJ4nbhYTVgeAhBax50MHUvdGmM9QMbgQqMm m/rA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello list,
I am new to zsh and I want to write a plugin.
For that I need to be able to change the output of the history.
So that when the user goes back or forth in the history (with the arrow
keys for example) my plugin gives back the output the user will see.
I went through the manual and looked at some other plugins but still don't
quite know where to start.
Maybe someone here can point me in the right direction?
Best, Timm
Messages sorted by:
Reverse Date,
Date,
Thread,
Author