Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Color in completions
- X-seq: zsh-users 21201
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Color in completions
- Date: Fri, 29 Jan 2016 14:13:05 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=UVO1Xk//hXUenBWP2yFD1f+KLYWKi62tOb7A4uhoq0I=; b=kA12si8QitvCNO/B0p0ICPUWK64pd9MZ9xPEWlOR13ZcJ4KVg4qrES/vZY3kJLbUHn GgoHZkOHJD2mUa8qpQnUXmqOWrMhL/nqc+1ak1xjrswA5dO0RW2s5/KrtHRYh7SiIiBW 5lVO7gGYQdyVLqlEMD1ogWJm2pYGyB+MbZVvDpR+vt3mtw2QUR1t5JedcWE/sqehxyd4 iB0CYUZDz/EGtRs5pzFdq8mCGOMYhCqZiTViy1zaBc33UTxxWkwjne/TrDZQT/z9fanm Cvv35hyz7YF04iseJp8J2VqCpbMAksAcbP/1FXov3n42bBji2zpJ2B7ox6a7lehTlsVw GA1Q==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello
In my script I complete Github's paths, like "psprint/plugin-name".
Would like to give color to the two components of the path. Simple use
of escape code like in:
$'this \x1b[0;32mIs a test'
doesn't work – the completions displayed print information on the
escape code instead of interpreting the code:
this\ $'\033'\[0\;32mIs\ a\ test
I guess there is no way to change that?
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author