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

Improved answer layout in the terminal #431

Closed
gleitz opened this issue Oct 4, 2021 · 3 comments
Closed

Improved answer layout in the terminal #431

gleitz opened this issue Oct 4, 2021 · 3 comments

Comments

@gleitz
Copy link
Owner

gleitz commented Oct 4, 2021

Description

Somewhat similar to #430, could we have a better layout in the terminal when you're picking multiple answers, or looking at different positional answers.

Might get some inspiration from https://github.com/santinic/how2

@theairbend3r
Copy link

We can potentially use a Python library called - rich to add text formatting to the answers (colours, boxes around answers for a cleaner look, progress bars etc.)

@gleitz
Copy link
Owner Author

gleitz commented Oct 25, 2021

  • Replace RED manual colorization with rich's version
  • We currently use pygments - what if we used rich? (is it better? different?)
  • Could we use rich code formatter for code snippets?

@gleitz
Copy link
Owner Author

gleitz commented Nov 12, 2022

This is fixed with the rich additions 88873b5

@gleitz gleitz closed this as completed Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants