all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61775] [PATCH 0/2] Add zsh shell niceties
@ 2023-02-24 23:03 Timo Wilken
  2023-02-24 23:05 ` [bug#61775] [PATCH 1/2] gnu: Add zsh-history-substring-search Timo Wilken
  2023-03-30 21:17 ` bug#61775: [PATCH 0/2] Add zsh shell niceties Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Timo Wilken @ 2023-02-24 23:03 UTC (permalink / raw)
  To: 61775; +Cc: Timo Wilken

This patch series adds two zsh shell extensions:

* zsh-history-substring-search, which lets the user search their shell history
  by typing at the zsh prompt and pressing "up", and:
* zsh-completions, which contains completion info for commands not covered by
  the built-in completion info in zsh itself.

While the packages are independent from each other, I'm sending them as a
patch series to make the whole thing easier to merge.

Timo Wilken (2):
  gnu: Add zsh-history-substring-search
  gnu: Add zsh-completions

 gnu/packages/shellutils.scm | 55 +++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)


base-commit: df8b8f0c76388239dac9f2892c97b92e92c92901
-- 
2.39.1





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-30 21:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 23:03 [bug#61775] [PATCH 0/2] Add zsh shell niceties Timo Wilken
2023-02-24 23:05 ` [bug#61775] [PATCH 1/2] gnu: Add zsh-history-substring-search Timo Wilken
2023-02-24 23:05   ` [bug#61775] [PATCH 2/2] gnu: Add zsh-completions Timo Wilken
2023-03-30 21:17 ` bug#61775: [PATCH 0/2] Add zsh shell niceties Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.