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

Add option for printing a colored diff #1266

Merged
merged 13 commits into from May 8, 2020
Merged

Add option for printing a colored diff #1266

merged 13 commits into from May 8, 2020

Commits on May 8, 2020

  1. Add click option for '--color'

    dougthor42 authored and zsol committed May 8, 2020
    Copy the full SHA
    4475bd6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8932787 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    956ca5b View commit details
    Browse the repository at this point in the history
  4. Add test_expression_diff_with_color

    dougthor42 authored and zsol committed May 8, 2020
    Copy the full SHA
    9fb5a2d View commit details
    Browse the repository at this point in the history
  5. Add 'colorama' as an extra_requires

    dougthor42 authored and zsol committed May 8, 2020
    Copy the full SHA
    004a10b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    21a7528 View commit details
    Browse the repository at this point in the history
  7. Wrap output streams in colorama.

    dougthor42 authored and zsol committed May 8, 2020
    Copy the full SHA
    1d7c58b View commit details
    Browse the repository at this point in the history
  8. Update docstring of 'color_diff'

    dougthor42 authored and zsol committed May 8, 2020
    Copy the full SHA
    b56cd4d View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5d97fe7 View commit details
    Browse the repository at this point in the history
  10. Add a '--no-color' option to the CLI.

    dougthor42 authored and zsol committed May 8, 2020
    Copy the full SHA
    ee63d44 View commit details
    Browse the repository at this point in the history
  11. Add test_piping_diff_with_color

    dougthor42 authored and zsol committed May 8, 2020
    Copy the full SHA
    b3fc68b View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    dc8e71d View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    6d771a6 View commit details
    Browse the repository at this point in the history