guyzmo / guyzmo/git-repo

add support for shorter aliases of commands

Open
#103 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
855
Forks
92
PR merge metrics
No merged PRs in 30d

Description

for example, instead of typing:

```
git hub request create
```

make it possible to type:

```
git hub pr create
git hub pr c
git hub mr c
git hub r c
```

(a suggestion from @bbouvier)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the CLI command parsing and dispatch entry point for `git hub request create`. Compare how the example aliases (`pr`, `mr`, `r`, and `c`) should map to existing commands. Done means the shown shorter forms work consistently without breaking the full command.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, python
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.