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

✨ Update launch to not print anything when opening urls #1035

Merged
merged 5 commits into from
Nov 7, 2024

Commits on Oct 30, 2024

  1. ✨ Add open_browser function

    This replaces `webbrowser.open` in order to prevent
    spammy messages being shown on the terminal.
    patrick91 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    00b28bf View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Replace launch

    patrick91 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6000319 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Add test for non urls

    patrick91 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0582508 View commit details
    Browse the repository at this point in the history
  2. Move to main

    patrick91 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4d30db4 View commit details
    Browse the repository at this point in the history
  3. Update docstring

    patrick91 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ffa4080 View commit details
    Browse the repository at this point in the history