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

fix: windows double keypress issue #48

Merged
merged 5 commits into from
Oct 24, 2023

Commits on Oct 20, 2023

  1. fix(paths): add os specific directory handling for windows

    Adjusted the path generation in `get_results_dir_path`, `handle_main_command`, and `setup_terminal` to account for Windows-specific local config directory conventions using the `cfg!` macro.
    0Ky committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    356b4b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c913c0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    369c08a View commit details
    Browse the repository at this point in the history
  3. style(fmt): apply cargo fmt

    0Ky committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    078c65c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3af2f79 View commit details
    Browse the repository at this point in the history