Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Include both input & output redirects in $words during completion
- X-seq: zsh-users 30188
- From: Ross Goldberg <ross.goldberg@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Include both input & output redirects in $words during completion
- Date: Sun, 26 Jan 2025 12:50:04 -0500
- Archived-at: <https://zsh.org/users/30188>
- List-id: <zsh-users.zsh.org>
How can I configure zsh to include input & output redirects in $words
during completion?
They were not included when I looked at $words.
I'd prefer if the <, >, <<. >>, or other redirect was a separate
element in $words, followed by a separate element for the
source/target of the redirect, regardless of spacing. e.g., <in & < in
would both produce a $words with separate < & in elements.
Thanks for any help.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author