Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Automate keypresses
- X-seq: zsh-users 23887
- From: Christian K <syphdias@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Automate keypresses
- Date: Sat, 30 Mar 2019 17:47:07 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=mg4EfNBAbB7cF43E0ojg8T1rjkaRisXQtGe5maJnUqI=; b=F0e/6IBRrJISNiqGqMFoYAdYTFISWnyv2Ba4pey/nqQx2IyRe7dPyIA24A1L+vYOpy hGDnix6HTS2hoouC8zhaVEVZeY+fGJu1werHxZDwNir9zC0QCl47qeWIL/NTmg74ouaP jQUbk/VT/HndR0NofK8zVW0fkuUl0cmxxjn57RBCE7gHvC1lB+0vb93PFsWIxBnJVLxe qwMHqByI8NhoAYcXyRQCPCDUVF9XSFuO1vlddB+IzjvAqXSiZZxh4UkRqvTgxWbDM4KB iec+gWuNfLNOE2smQXsxWLCL2TXFBDAJLZHJM50REUVHgLtAc3e7OCjbaTbGb0EfXB6u RMpQ==
- 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>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hey,
I'm trying to automate a benchmark for prompt render times with
https://github.com/romkatv/zsh-prompt-benchmark. This requires a pressed
Enter key to work.
Is there a way so simulate key presses without using something like expect?
Ideally this would also work in something like travis.
Best,
Christian
Messages sorted by:
Reverse Date,
Date,
Thread,
Author