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 isTTY function #1622

Merged
merged 29 commits into from
Feb 3, 2019
Merged

Add isTTY function #1622

merged 29 commits into from
Feb 3, 2019

Commits on Jan 29, 2019

  1. Add isTTY function

    dsseng committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    4d12933 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    dsseng committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    b5a3e54 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Add rid argument to IsTTY

    dsseng committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    45f83ae View commit details
    Browse the repository at this point in the history
  2. Remove unused code

    dsseng committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    75db01f View commit details
    Browse the repository at this point in the history
  3. Add an example for IsTTY

    dsseng committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    b3a1bb0 View commit details
    Browse the repository at this point in the history
  4. Add a test for IsTTY

    dsseng committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    c15c4b6 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary if..else

    dsseng committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    b81ffb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. remove unused var from test

    dsseng committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    d7c4b70 View commit details
    Browse the repository at this point in the history
  2. Format code

    dsseng committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    3085dc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Change IsTTY output format

    dsseng committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    f26ca3a View commit details
    Browse the repository at this point in the history
  2. Get TTY info in 1 op

    dsseng committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    533907d View commit details
    Browse the repository at this point in the history
  3. Format code

    dsseng committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    2c56aba View commit details
    Browse the repository at this point in the history
  4. Add IsTTY result caching

    dsseng committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    16497d1 View commit details
    Browse the repository at this point in the history
  5. Remove IsTTY caching

    dsseng committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    9c7e56f View commit details
    Browse the repository at this point in the history
  6. Update IsTTY example

    dsseng committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    9b1d935 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e32d2db View commit details
    Browse the repository at this point in the history
  8. Add a simple test to os_test

    dsseng committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    fb9ab75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f20977 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Fix IsTTY example

    dsseng committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    f959403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91250f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d93d1e7 View commit details
    Browse the repository at this point in the history
  4. Fix some issues in IsTTY test

    dsseng committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    9c8af0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ce79c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    273628e View commit details
    Browse the repository at this point in the history
  7. Clean up IsTTY test

    dsseng committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    67543de View commit details
    Browse the repository at this point in the history
  8. Clean up IsTTY test

    dsseng committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    1ef9968 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ebe4bc View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into is-tty

    Dmitry Sharshakov committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    4dc9e25 View commit details
    Browse the repository at this point in the history
  11. Clean IsTTY test

    dsseng committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    536b5ac View commit details
    Browse the repository at this point in the history