holzschu / holzschu/a-shell

can i alias 2 command in one word?

Open
#832 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Perl
Stars
3.9k
Forks
213
Avg merge
1m
Merged PRs (30d)
1

Description

like this
```
[~/Documents]$ alias run="'clang++ a.cpp -o a' ;'./a'"
[~/Documents]$ run
clang++ a.cpp -o a: command not found
[~/Documents]$ clang++ a.cpp -o a
[~/Documents]$
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The report only shows the alias and command-line behavior; it names no source file or test. Reproduce the command in the a-Shell CLI, then locate the alias-handling entry point and existing coverage to determine whether one alias can invoke both commands and how completion should be verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.