Re: [gentoo-user] Highlight certain packages being upgraded

2023-07-13 Thread Dale
Neil Bothwick wrote: > On Thu, 13 Jul 2023 02:16:13 -0500, Dale wrote: > >>> Then run >>> >>> emerge --options @world -p --color y | sed -f packages.script >>> >>> It highlights any of the packages in your file in bright red. See >>> https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797

Re: [gentoo-user] Instrumenting emerges

2023-07-13 Thread Frank Steinmetzger
Am Sat, Jul 08, 2023 at 12:42:13PM -0300 schrieb David M. Fellows: > while [ true ] ; do cat /proc/loadavg |logger; sleep 60; done A spec more elegant: while sleep 60; do ... ; done -- Grüße | Greetings | Qapla’ Please do not share anything from, with or about me on any social network.

Re: [gentoo-user] Highlight certain packages being upgraded

2023-07-13 Thread Neil Bothwick
On Thu, 13 Jul 2023 02:16:13 -0500, Dale wrote: > > Then run > > > > emerge --options @world -p --color y | sed -f packages.script > > > > It highlights any of the packages in your file in bright red. See > > https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797 for a > > list of colour

Re: [gentoo-user] Highlight certain packages being upgraded

2023-07-13 Thread Dale
Neil Bothwick wrote: > On Sun, 9 Jul 2023 13:10:17 -0500, Dale wrote: > >>> Just about every program on this computer does more than I need. What >>> counts is that they do all that I need :) >>> >>> Have you looked at using sed to add extra colour codes to the output >>> of emerge? >> I don't

Re: [gentoo-user] Highlight certain packages being upgraded

2023-07-13 Thread Dale
Wol wrote: > On 08/07/2023 21:20, Dale wrote: >> Just as a example, my overnight upgrade included nvidia drivers.  I >> didn't see it so when I logged out, no X.  I usually see it but missed >> it this time.  Having a way to easily set the colors would be easier but >> having to repeat things,