promptastic icon indicating copy to clipboard operation
promptastic copied to clipboard

zsh support

Open dserodio opened this issue 10 years ago • 6 comments

Are there plans to add zsh support?

dserodio avatar Oct 07 '14 20:10 dserodio

I am not a zsh user, so no plan in the short term. But let's see how many people are potentially interested in this feature...

puntonim avatar Oct 07 '14 21:10 puntonim

zsh is an awesome shell and I felt right at home coming from bash. I'd be interested in having zsh support in promptastic.

crgr avatar Oct 07 '14 21:10 crgr

I had a quick look and it is actually not a lot of work. It's a matter of changing the way colors are encoded: f.i. tput setaf 238 works for Bash but not for zsh, while [38;5;238m should work for both. I'll try to fix this soon.

puntonim avatar Oct 07 '14 21:10 puntonim

Any updates on this issue?

fuzzmz avatar Apr 16 '15 19:04 fuzzmz

Not yet. I'd like to work on the compatibility with Python 2 first. I'll keep you posted.

puntonim avatar Apr 16 '15 19:04 puntonim

Just a poke of interest if anything has been worked on here yet?

Thanks.

Aftermath avatar Jul 21 '16 16:07 Aftermath