Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Has anyone an idea to extend this Advanced History tool
- X-seq: zsh-users 22131
- From: Sebastian Gniazdowski <psprint@xxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Has anyone an idea to extend this Advanced History tool
- Date: Wed, 23 Nov 2016 23:29:12 -0800
- 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=oubm4DXEw9qBHhFm/PYR2BXKeIM=; b=IQCBa/z2tXm7C+lTSwrkz aCBvSSe6U7PpJeJfghl/da1KKJaoH8Bdyw24uNrVklCoCKI52DuvZ98iilkY4lPk Cps7jl8qTPatvXfN8hXKm5XqL7KY2UwRUdpRKh9KW1FE/1yDTvEKJyH7oROs1UZI L2jpX5Xr0suZ9ZR2elkZCI=
- 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=oubm4DXEw9qBHhFm/PYR2BXKe IM=; b=VRj+8M01/o1KXwvHRVby2vrRb5td9N8xDgVvd90T+70yX1wixKJUDGtgn Fgl9CmgHGuGlLm1dtLHk4F9XqD4QnH7j76GxHGnNptcRy93RhCprLTNJn3hsGZEB CWywu/ozWLbBOPuORJ7WsSWKtsqcLCZjjc1HLlpgmMjapSuFWc=
- 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
Hello,
zaccumulator is a plugin that stores history:
– with current $PWD
– with time stamp
– with information about Makefiles, CMakeList.txt files, configure
files, etc. in current PWD
It's like vim-startify plugin: you get FILES last accessed. It's
file-oriented history:
https://asciinema.org/a/0h9bu65l8z1wzpwoy41y7v9sa
I'm thinking about quitting writing software for Zsh because there are
many Oh-My-Zsh users, but not many plugin users. Would finish
Accumulator but it needs one more feature to be fully meaningful.
What could be added? Having the data mentioned, what history-thing can
be presented to user?
--
Sebastian Gniazdowski
psprint@xxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author