Skip to content

Commit

Permalink
Include information about the Windows OS operations in the Qatam CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasAlhwid committed Oct 24, 2024
1 parent 8e53c0d commit cfdf980
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@

**Qatam CLI** manages different **_Services_**:

1. Git
2. GitHub
1. Windows OS
2. Git
3. GitHub

## Prerequisites

Expand Down Expand Up @@ -128,15 +129,29 @@
<details>
<summary>Qatam CLI services</summary>

| Command | Description |
| :------------- | ------------------------ |
| `g \| git` | Manage Git operations |
| `gh \| github` | Manage GitHub operations |
| Command | Description |
| :------------- | ---------------------------- |
| `w \| windows` | Manage Windows OS operations |
| `g \| git` | Manage Git operations |
| `gh \| github` | Manage GitHub operations |

</details>

## List of **Qatam CLI** commands

<details>
<summary>Operations for Windows OS</summary>

| Command | Description |
| :------------------- | ----------------------------- |
| `cdir \| create-dir` | Create a local directory |
| `bp \| back-path` | Navigate to the previous path |
| `h \| help` | Display Windows OS commands |

</details>

<br>

<details>
<summary>Operations for Git</summary>

Expand Down Expand Up @@ -166,7 +181,7 @@

## Current status

This project is currently under development and testing. There are two main stages in progress: **_Git_** and **_GitHub_**. Once these stages are completed, the CI/CD stage will begin, focusing on community support, bug fixes, user experience enhancements, new commands, and feature creation.
This project is currently under development and testing. There are three main stages in progress: **_Windows OS_**, **_Git_**, and **_GitHub_**. Once these stages are completed, the CI/CD stage will begin, focusing on community support, bug fixes, user experience enhancements, new commands, and feature creation.

## Support

Expand Down

0 comments on commit cfdf980

Please sign in to comment.