ctop icon indicating copy to clipboard operation
ctop copied to clipboard

ASCII-text-only status column

Open bcicen opened this issue 3 years ago • 1 comments

New optional column displaying container status using plain text characters (sans symbols/icons)

As suggested by @Brayyy in https://github.com/bcicen/ctop/issues/293#issuecomment-1183918016:

State:

  • created: "C" (white)
  • running: "R" (green)
  • exited: "e" or "x" (gray)
  • paused: "p" (blue)

Health:

  • healthy: "H" (green)
  • unhealthy: "U" or "!" (red)
  • starting: "s" (gray)

bcicen avatar Aug 01 '22 11:08 bcicen

Hey, I have an interest in developing this feature, but I have never used Golang, so you can help me with the path to do this. How to commit to this project, files to change, and pre-requisites needed.

This is my first attempt to contribute to an open-source project.

I have already given a look at the project and understand a little how this works.

arthurgconti avatar Aug 23 '22 16:08 arthurgconti