-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
[FEATURE] Add a --no-logo flag #158
Comments
Hello @petdance ! Sure, let's include such an option in the next release 🙂 |
Sounds good. Is there something you need me to do? I'm not sure who "us" in "let's include" is. |
I'll try to implement that, if you could stay around to review/test the feature it would already be awesome. |
Just let me know and I can try things out. I'm not well versed in installing Python packages, though, so it may be a learning experience for me. |
Hey @petdance, please see #159 for implementation proposal. python3 -m venv venv && source venv/bin/activate
pip install -e .
python3 -m archey --logo-style none Thanks for your time, bye 👋 |
It works for me. One thing I note is that the labels in the output take on the color of |
Indeed, entry colors are based on "main" logo colors. Without loading a logo, this implantation cannot infer any color for entries 🤡 Although, Thanks bye 👋 |
I don't have a concern about it. I was pointing it out. It's all good with me. |
Describe the solution you'd like
I'd like to be able to run archey without the ASCII art. It's nice the first dozen times but after that, it's noise. All my boxen are RHEL anyway, so it's never helpful for me to have a visual indicator.
Describe alternatives you've considered
I've poked in the config.json, and looked at the code, and I don't see anything that allows the logo to be skipped. I did try hacking up my
/usr/local/lib/python3.6/site-packages/archey/logos/rhel.py
to haveLOGOS
only contain empty strings. That works OK, although it does leave a three-space gutter on the left. I'd rather not have to Ansible out a hacked version of that file to all my machines if I don't have to.The text was updated successfully, but these errors were encountered: