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

Build-in: alias #28

Closed
Tracked by #2
superxcgm opened this issue Jul 3, 2021 · 0 comments
Closed
Tracked by #2

Build-in: alias #28

superxcgm opened this issue Jul 3, 2021 · 0 comments
Assignees

Comments

@superxcgm
Copy link
Owner

superxcgm commented Jul 3, 2021

Epic

Process

Description

For good user experience, user can add some alias to shell and auto replace when execute command.

AC

Given: User type alias
When: User hit
Then: Print all alias

Given: User type alias ls='ls-G'
When: User hit
Then: Save alias to shell

Given: User already have alias ls='ls -G' saved in our shell
When: User type ls and hit
Then: Shell execute ls -G

Given: User already have alias ls='ls -G' and alias ll='ls -lh' saved in our shell
When: User type ll and hit
Then: Shell execute ls -G -lh

@superxcgm superxcgm mentioned this issue Jul 3, 2021
32 tasks
@superxcgm superxcgm self-assigned this Jul 3, 2021
superxcgm added a commit that referenced this issue Jul 22, 2021
Alias can replace many times
@lq1149622825 lq1149622825 reopened this Sep 10, 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

2 participants