Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print labels with their colors on lab label list #888

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2024

  1. Print labels with their colors on lab label list

    This takes the label.color hex and converts it to color in HexToRGB in
    utils, then uses rgbterm lib to convert rgb to terminal color.
    
    Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
    zampierilucas committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    83be724 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Made Color an arg

    Label colored printing can be enabled by the --color param, or by using
    the config file.
    
    Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
    zampierilucas committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c17d79f View commit details
    Browse the repository at this point in the history
  2. Added color to the example table

    title
    
    Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
    zampierilucas committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f3a4bda View commit details
    Browse the repository at this point in the history