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

cd #18

Closed
Tracked by #2
superxcgm opened this issue Jun 20, 2021 · 0 comments
Closed
Tracked by #2

cd #18

superxcgm opened this issue Jun 20, 2021 · 0 comments
Assignees

Comments

@superxcgm
Copy link
Owner

Epic

Process

Description

User should can change current working directory to his target.

AC

Given: cd
When: Press Enter
Then: Change shell working directory to current user home.

Given: cd ~
When: Press Enter
Then: Change shell working directory to current user home.

Given: cd xxx
When: Press Enter
Then: Change shell working directory to xxx

Given: cd -
When: Press Enter
Then: Change shell working directory to previous working directory.

Given: cd ..
When: Press Enter
Then: Change shell working directory to parent directory.

Given: cd .
When: Press Enter
Then: No change shell working directory.

@superxcgm superxcgm mentioned this issue Jun 20, 2021
32 tasks
@superxcgm superxcgm self-assigned this Jun 20, 2021
@superxcgm superxcgm changed the title Support cd cd Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant