Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: select w.o. ENTER
- X-seq: zsh-users 30642
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: select w.o. ENTER
- Date: Wed, 6 May 2026 18:54:10 +0200
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=EIOIXr5+u7R+Kudj5hlyLVnu/2dOp1Kqa9SdeqQpm6M=; fh=jPiVBPZEfwBf151+XrsNuwNUZll4fQOLSzRxlVE23MQ=; b=jxsT0E/q8QoccvaboodzCAvCrGAfzEf5lFZ6L64Wvusx2pHXyshKur6mKf4tfwsMAZ 8HQxE4m6RS2bSHIgQ4liZHB6urRc6UM3Si2Ql40vyTsra7V0xqMo4rqYKhGTgwCO0CCQ zQWf7kyTQb0ugiXN28rQqaBr6T4BXDXd+Cqv+8i/bbyWoWGnxJE7naJEx31iAm4+hwTi O07JJ24kEM/ew7qyjk+2CusYUSc5tRWJWGoIvMlSt/UUb1FrNJAHr0t4tEvnG2stJOsF kdP9Ev0aHwxL96WG2gXDZsReKhArMitLJC3uHZowWIh7T9nhuarCISY2a/UclRjbLMul eGVg==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1778086463; cv=none; d=google.com; s=arc-20240605; b=V2IXfoi8Cn/RHLkLiF2ZW4gvokASMubrkWjYm9xCepDBPxe0YTtxyEqWs0N44wVqc/ t06h5RCdtT+mYn8TQe+/+Juw1zz8j4pkvG3jIe0ra4XFwyhMv9sGBdTGTq+9yekHQ8t1 cy4AkfUtob1kkcPUTLwEjgLC000hW8EXDVF6OPySSpd98JY831o+5txtPBLgGsUKNlVf u6YSAM/PN5qfhphW9qMuQW8KYA9p51cG6HCxqqbl4J7xloAcX7bQQ8JyR7rxJ2yOK6hs bELt2WJHf747cLvK+XgN39cDwPsXSTGMr1WAHUCwAog9f92Wx9+vmHwczilazP73s6Lo Lnxw==
- Archived-at: <https://zsh.org/users/30642>
- In-reply-to: <8b4570a2-bef8-4dea-9052-39a331c5caea@eastlink.ca>
- List-id: <zsh-users.zsh.org>
- References: <8b4570a2-bef8-4dea-9052-39a331c5caea@eastlink.ca>
On Wed, May 6, 2026 at 6:52 PM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
> % select pith in $path; do echo you selected $pith; break; done
>
> ... is it possible to avoid having to hit ENTER after you've made your choice?
How do you want to select the 11th item? Which keys do you want to
press for that?
Roman
Messages sorted by:
Reverse Date,
Date,
Thread,
Author