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

Feat/config include additional config files test #2

Closed

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    27d66d1 View commit details
    Browse the repository at this point in the history
  2. feat(config): support to include additional config file

    ```toml
    default_startup_script = "default"
    
    [[startup_scripts]]
    session_path = "~/dev/first_session"
    script_path = "~/.config/sesh/scripts/first_script"
    
    [[startup_scripts]]
    session_path = "~/dev/second_session"
    script_path = "~/.config/sesh/scripts/second_script"
    
    [[included_paths]]
    path = "~/.config/sesh/sesh.local.toml"
    ```
    0xRichardH committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    98f20f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    7cd32e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce71a5f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    eb3112c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    347044c View commit details
    Browse the repository at this point in the history
  3. fix: try try

    0xRichardH committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1256d78 View commit details
    Browse the repository at this point in the history
  4. chore: try

    0xRichardH committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7a96d06 View commit details
    Browse the repository at this point in the history
  5. chore: test

    0xRichardH committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9202e83 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore: test

    0xRichardH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    409b359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd3358c View commit details
    Browse the repository at this point in the history
  3. chore: skip test cases

    0xRichardH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    842c5b4 View commit details
    Browse the repository at this point in the history
  4. chore: test zero

    0xRichardH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9861eba View commit details
    Browse the repository at this point in the history
  5. chore: remove skip

    0xRichardH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ab0bd52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62096d1 View commit details
    Browse the repository at this point in the history
  7. chore: return the errors

    0xRichardH committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7fdae66 View commit details
    Browse the repository at this point in the history