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 autodetection features based on env vars for better wish support #81

Closed
wants to merge 7 commits into from

Commits on Feb 4, 2022

  1. Add termenv.Output

    termenv.Output can be initialized with a custom os.File as an output and
    supports auto detection of its capabilities. Alternatively you can also
    skip auto detection and create a new instance with a specific profile.
    
    Styles (just like Colors) can now be created for specific profiles, with
    the Ascii profile stripping away any applied styling.
    muesli committed Feb 4, 2022
    1 Configuration menu
    Copy the full SHA
    3b5cd10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ddf94 View commit details
    Browse the repository at this point in the history
  3. Use new Termenv API in tests

    muesli committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    46691ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ff1a4e View commit details
    Browse the repository at this point in the history
  5. Fix test

    muesli committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0069884 View commit details
    Browse the repository at this point in the history
  6. Add screen command tests

    muesli committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    01dd0df View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

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