tdegeus / GooseSLURM

SLURM command line tools and scripts
https://gooseslurm.rtfd.io
MIT License
10 stars 2 forks source link

Color highlight fields based on their value #2

Closed tdegeus closed 6 years ago

tdegeus commented 6 years ago

Color highlight fields based on their value, in particular in Ginfo. This requires a slightly different implementation paradigm.

tdegeus commented 6 years ago

The current implementation does this, but tweaking is needed:

  1. Improve the colors, see this answer.

  2. Improve the link between the job/node info and the color. Currently it is hidden under a field 'color' but this is quite unwanted in iterating.

tdegeus commented 6 years ago

Done.

The new implementation features a String class that collects all settings.