Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
autocomplete in program
- X-seq: zsh-users 23079
- From: Emanuel Berg <moasen@xxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: autocomplete in program
- Date: Tue, 09 Jan 2018 00:56:01 +0100
- Cancel-lock: sha1:yEXnkAjdiUiA4R0DjEkW/qK0ZSA=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mail-copies-to: never
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
If I send an incomplete filename to a function,
and then do the [[ -f $file ]] test to
determine if it is a file, and if it isn't, can
I programmatically do the equivalent of
interactive TAB, and if this yields and
unambiguous filename, use that instead?
--
underground experts united
http://user.it.uu.se/~embe8573
Messages sorted by:
Reverse Date,
Date,
Thread,
Author