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

Use rich instead of ansiwrap to wrap text #1693

Merged

Commits on Feb 27, 2023

  1. First attempt at replacing ansiwrap.fill with rich. It is working exc…

    …ept that it is un-colorizing the indent character
    micahellison committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    5c42520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f1da72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    375c18a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Merge branch 'develop' into rich-instead-of-ansiwrap-1191

    # Conflicts:
    #	poetry.lock
    micahellison committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e482d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e65507 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    21b2576 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    8cd8a5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f7721 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Merge branch 'develop' into rich-instead-of-ansiwrap-1191

    poetry.lock retrieved from develop then re-locked with poetry lock --no-update
    micahellison committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d777d41 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    c0faa67 View commit details
    Browse the repository at this point in the history
  2. Revert "Add space to expected output to match rich's linewrap behavio…

    …r, which preserves spaces"
    
    This reverts commit c0faa67.
    micahellison committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    a399571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4b6e81 View commit details
    Browse the repository at this point in the history