Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] allopt() and question



On 6 May 2016 at 02:17, Thilo Six <zsh@xxxxxxx> wrote:
> but then:
> % builtin set -o | command grep -E '(\<monitor\>|\<zle\>)'
> monitor off
> zle off

This will start separate process for the first thing in pipeline. The
last thing is run in current shell. Which is cool for me, as I was
able to write _function_ n-panelize that works in current shell even
when is used as ls | n-panelize (the function list entries and allows
user to search in them).

Best regards,
Sebastian Gniazdowski



Messages sorted by: Reverse Date, Date, Thread, Author