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

ASCII-text-only status column #309

Open
bcicen opened this issue Aug 1, 2022 · 1 comment · May be fixed by #311
Open

ASCII-text-only status column #309

bcicen opened this issue Aug 1, 2022 · 1 comment · May be fixed by #311
Labels
feature planned new features

Comments

@bcicen
Copy link
Owner

bcicen commented Aug 1, 2022

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

As suggested by @Brayyy in #293 (comment):

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 bcicen added feature request feature planned new features and removed feature request labels Aug 1, 2022
@bcicen bcicen mentioned this issue Aug 1, 2022
@arthurgconti
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature planned new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants