From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8373 invoked by alias); 27 Jan 2017 13:07:05 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 40426 Received: (qmail 28516 invoked from network); 27 Jan 2017 13:07:05 -0000 X-Qmail-Scanner-Diagnostics: from new2-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.224):SA:0(-0.4/5.0):. Processed in 2.647887 secs); 27 Jan 2017 13:07:05 -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=-0.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: psprint2@fastmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.messagingengine.com designates 66.111.4.224 as permitted sender) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=A2Ei29FNGXDRkSeS9fU0afGvfUg=; b=xtySIFcFFFFalh1CUNIcR 1NvEk2vaF+weyRaJw7SmocZmzVX7APOOXC70sp6howgTwwwu6J0CvxjT26QcBXEB 5HVfERf4t/20n2DXQ7y/WULFaurtueyeJmbIfRsFfLUexl4erfMwtIEu9XHmIaU2 V+lxR2EAYDnI+46a7NqA8s= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=smtpout; bh=A2Ei29FNGXDRkSeS9fU0afGvf Ug=; b=Tp7EONp8JrOghy4RkPNU/pyPybPIGsc5scoCuyjgkU09ipOS+uTCLydr2 jLBTtYPyGiEHtOrkap32HuTuk5J1edqauTeK6yEZiXNMRCllW3AsTK3XweHGaTSk KIUu61QkHzy1W7whI28DCuF+XvhF8OXL3nEAhTaIGe8Nxmoo28= X-ME-Sender: Message-Id: <1485522419.957421.861456992.6FEBF27E@webmail.messagingengine.com> From: Sebastian Gniazdowski To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-37809a74 Date: Fri, 27 Jan 2017 05:06:59 -0800 Subject: Any ideas for a plugin? Hello, I cannot finish this plugin Zaccumulator. It's fundamentally a great idea =E2=80=93 to store much data with each command being run. It's cool to rerun commands with their $PWD restored, for example, or to detect opened $EDITOR documents and list them: https://asciinema.org/a/25hy58fkj58tidpfed8ikombk The problem is it's little to small feature set to release the plugin. I currently store: =E2=80=93 current $PWD =E2=80=93 current time stamp =E2=80=93 information about Makefiles, CMakeList.txt files, configure files, etc. in current $PWD The last one is aimed at detecting and listing active projects. I think this is a dead-end, but maybe someone has an idea of what to store with history entry, how to reuse/present it? --=20 Sebastian Gniazdowski