freebsd / pkg

Package management tool for FreeBSD. Help at #pkg on Libera Chat or pkg@FreeBSD.org
Other
738 stars 277 forks source link

Feature request: colored output like pacman #1898

Open plasmoduck opened 3 years ago

plasmoduck commented 3 years ago

Please add colored output like Arch Linux pacman

Pacman has a color option. Uncomment the Color line in /etc/pacman.conf.

Perhaps we could have an argument like 'pkg -c' for color output. This will help with accessability/readability. Have it read the terminals color scheme.

bapt commented 3 years ago

pkg -c already exists for something else, but a pkg --color or a color option in pkg.conf would be fine.

I have 0 plan to work on this but a patch doing this would be merged for sure

plasmoduck commented 3 years ago

Okay how can we do the patch? Do you have any examples?

Thanks

On Fri, Dec 04, 2020 at 12:42:55AM -0800, Baptiste Daroussin wrote:

pkg -c already exists for something else, but a pkg --color or a color option in pkg.conf would be fine.

I have 0 plan to work on this but a patch doing this would be merged for sure

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/freebsd/pkg/issues/1898#issuecomment-738648524