Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Extending zsh hooks
- X-seq: zsh-workers 52279
- From: Gregory Seidman <gsslist+zshdev@xxxxxxxxxxxxxxxxxx>
- To: ZSH Workers <zsh-workers@xxxxxxx>
- Subject: Extending zsh hooks
- Date: Tue, 7 Nov 2023 18:31:15 -0500
- Archived-at: <https://zsh.org/workers/52279>
- List-id: <zsh-workers.zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Reply-to: gsslist+zshdev@xxxxxxxxxxxxxxxxxx
I discovered add-zsh-hook not too long ago and I've made some good use of
it, but I have a similar application for a new kind of hook. I'd like to
modify the add-zsh-hook implementation to allow custom named hooks with a
flag, e.g. add-zsh-hook -f myhook myfunc.
While I've found https://sourceforge.net/p/zsh/code/ci/master/tree/ I am a
lot more familiar with contributing to FLOSS on GitHub by forking and a PR.
Does it work the same way on SourceForge? (Also, my SourceForge account
seems to have gone away, maybe because I haven't used it in over a decade,
but I can make a new one.)
--Gregory
Messages sorted by:
Reverse Date,
Date,
Thread,
Author