mitnk / cicada

An old-school bash-like Unix shell written in Rust
https://hugo.wang/cicada/
MIT License
981 stars 50 forks source link

[Feature Request]: Full 8 color prompts #44

Closed Cyanide-1 closed 1 year ago

Cyanide-1 commented 1 year ago

Hello! this project looks nice, been using cicada shell for a while and i like it, however i noticed the prompts seem to lack the full 8 color spectrum which is standard on tty's, i would appreciate if these colors could be added to the shell prompts! thanks!

mitnk commented 1 year ago

Hey @Cyanide-1, the current prompt items are just most basic ones, we could definitely extend it. Could you provide more details how it would look like with 8-bit color capacity?

Cyanide-1 commented 1 year ago

Hey @Cyanide-1, the current prompt items are just most basic ones, we could definitely extend it. Could you provide more details how it would look like with 8-bit color capacity?

i was imagining adding like the other colors, like magenta, cyan, and yellow

mitnk commented 1 year ago

Addressed in latest master. Please see details in https://github.com/mitnk/cicada/blob/master/docs/prompt.md

Cyanide-1 commented 1 year ago

sounds cool, thanks!