Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to install 'readline'
- X-seq: zsh-users 29139
- From: Budi <budikusasi@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Cc: zsh-users@xxxxxxx
- Subject: Re: How to install 'readline'
- Date: Wed, 16 Aug 2023 14:01:14 +0700
- Archived-at: <https://zsh.org/users/29139>
- In-reply-to: <CAH+w=7Yafjc8hFMQLz4KemED5sm3R3ED+d2vcrvtvw_A96EJHA@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <CAH0GyZDVBaTv5ZgBYwJJ3k5zRtxwiKVMMBAcWt=0x1ibpV9qvA@mail.gmail.com> <CAH+w=7Yafjc8hFMQLz4KemED5sm3R3ED+d2vcrvtvw_A96EJHA@mail.gmail.com>
to have feature on previous ask (forget its link) ,
"
What is zsh equivalent for :
read -e -i "This is pre written text " t
get user into readline with a pre written text ready to edit an save
to a variable
"
On 8/16/23, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Tue, Aug 15, 2023 at 7:09 PM Budi <budikusasi@xxxxxxxxx> wrote:
>>
>> How do we install and utilize 'readline' onto, or temporarily replace,
>> zle's Zsh ?
>
> It depends on why you'd want to do this. There's no way to have zsh
> load/use the readline library, but if you install "rlwrap" and explain
> what you expect to happen, there may be a way.
>
> Brute force would be "rlwrap zsh +ozle" but I can't speak to
> unexpected side-effects.
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author