Skip to content

Commit 2452f8e

Browse files
committed
docs: clarify tagline and add status alias
- Update the README tagline to succinctly describe the AI‑powered terminal Git assistant, improving first‑impression clarity. - Introduce the `st` alias for `eckra status` to align with other command shortcuts and enhance usability.
1 parent a83204b commit 2452f8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<strong>The AI-powered Git CLI that turns "working on stuff" into meaningful commits.</strong>
8+
<strong>AI-powered terminal-based Git assistant</strong>
99
</p>
1010

1111
<p align="center">
@@ -50,7 +50,7 @@ Skip the menu and jump straight into action:
5050
| Command | Alias | Action |
5151
| :--------------- | :---- | :-------------------------------------------- |
5252
| `eckra commit` | `c` | Start the AI-assisted commit flow |
53-
| `eckra status` | | Check repository status and staged files |
53+
| `eckra status` | `st` | Check repository status and staged files |
5454
| `eckra push` | `p` | Sync local commits with the remote repository |
5555
| `eckra easy` | `e` | Full workflow: Stage all, AI commit, and push |
5656
| `eckra start` | `s` | Start the interactive dashboard |

0 commit comments

Comments
 (0)