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 cd command to use correct path traversal from the path crate to allow for parent directory #1104

Merged
merged 16 commits into from
Sep 9, 2024

Commits on Aug 28, 2024

  1. Initial parent directory command

    Nathan Hsiao authored and Nathan Hsiao committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e185ac3 View commit details
    Browse the repository at this point in the history
  2. Remove '-p' argument in place with '..'

    Nathan Hsiao authored and Nathan Hsiao committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bd1b82f View commit details
    Browse the repository at this point in the history
  3. Clean up syntax

    Nathan Hsiao authored and Nathan Hsiao committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2d6cfcb View commit details
    Browse the repository at this point in the history
  4. Update parent flag in print usage option

    Nathan Hsiao authored and Nathan Hsiao committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d7307bf View commit details
    Browse the repository at this point in the history
  5. Remove verbose print statement

    Nathan Hsiao authored and Nathan Hsiao committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2d6eeda View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary space

    Nathan Hsiao authored and Nathan Hsiao committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e94fa9e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Attempt to move parent directory logic to kernel

    Nathan Hsiao authored and Nathan Hsiao committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    df05211 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Remove unnecessary Path crate and copy of working directory

    Nathan Hsiao authored and Nathan Hsiao committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6aff644 View commit details
    Browse the repository at this point in the history
  2. Remove extra line

    Nathan Hsiao authored and Nathan Hsiao committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9e10ed5 View commit details
    Browse the repository at this point in the history
  3. Synatx

    Nathan Hsiao authored and Nathan Hsiao committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e316ed1 View commit details
    Browse the repository at this point in the history
  4. fix line

    Nathan Hsiao authored and Nathan Hsiao committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    46faeb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Call get function from path crate to add correctory directory

    Nathan Hsiao authored and Nathan Hsiao committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    eb682f4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'nathan/parent' into nathan/cd

    Add changes to call correct path using get API in the path crate.
    Nathan Hsiao authored and Nathan Hsiao committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f9ea294 View commit details
    Browse the repository at this point in the history
  3. Remove redundant harded parent directory check

    Nathan Hsiao authored and Nathan Hsiao committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    531c847 View commit details
    Browse the repository at this point in the history
  4. Replace redundant function:

    Nathan Hsiao authored and Nathan Hsiao committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e06c19b View commit details
    Browse the repository at this point in the history
  5. Remove extra line

    Nathan Hsiao authored and Nathan Hsiao committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    dbdcf06 View commit details
    Browse the repository at this point in the history