equinor / komodoenv

Komodoenv is the virtualenv of the Komodo world
GNU General Public License v3.0
1 stars 3 forks source link

Make some elements of the CLI clearer #49

Open kwinkunks opened 1 year ago

kwinkunks commented 1 year ago

During build

We should change the color of the notice about komodoenv being in beta. I think red suggests error, but this is really just information. I think it should be blue, or possibly yellow.

image

It could also be good to know what "issues" are, how often "once in a while" is, and to change the "this'll" to "this will" and "singular" to "single" (singular usually means 'good' or 'unique').

After build

The build process finishes with:

Komodoenv has successfully been generated. You can now pip-install software.

    $ source /tmp/mtha/kenv/enable

I think it should emphasize that after activating the environment you can pip-install software.

kwinkunks commented 11 months ago

The warning text is blue now, which is semantically better than red, but is not legible if the terminal background is black, which I think is quite common:

image