mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.68k stars 346 forks source link

Allow outputting of explicitly (vs implicitly) installed packages also in non-TTY output of `micromamba list` #3344

Open corneliusroemer opened 1 month ago

corneliusroemer commented 1 month ago

I love that micromamba list outputs explicitly installed packages by making the packages bold, see screenshot:

image

I was hoping that the same information about explicit vs implicit install was also available when micromamba list was not output to tty, e.g. when piping into less or vim -

Of course the color gets lost then - so maybe you could optionally add the explicit vs implicit information in an extra column that can be enabled with a flag?