emacs-helm / helm-system-packages

A Helm interface to the package manager of your operating system
GNU General Public License v3.0
105 stars 11 forks source link

Add ANSI colors to select Portage commands. #41

Closed LemonBreezes closed 2 years ago

LemonBreezes commented 2 years ago

For the following text, I will refer to the helm-system-packages-portage-actions by their shell command. Before this commit, the genlop -qe and genlop -qi commands outputted ANSI escape characters which were not colorized in the output buffer. Rather than adding the --nocolor argument for these actions, this pull request proposes that we accept ANSI color output these commands and that we colorize that output with ansi-color-apply. I also enabled ANSI color output for two other commands which produced visually pleasing color output.

Ambrevar commented 2 years ago

Thanks!