mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:39:42 +00:00
update the windows user use
This commit is contained in:
@@ -33,7 +33,7 @@ Before any operation:
|
|||||||
- Check protection logic before cleanup operations
|
- Check protection logic before cleanup operations
|
||||||
- Test with dry-run modes first
|
- Test with dry-run modes first
|
||||||
- Validate syntax before suggesting changes: `bash -n <file>`
|
- Validate syntax before suggesting changes: `bash -n <file>`
|
||||||
- Use `gh` CLI for all GitHub operations (issues, PRs, releases, etc.)
|
- **Prioritize `gh` CLI for ALL GitHub operations** - Always use `gh` to fetch and manipulate GitHub data (issues, PRs, releases, comments, etc.) instead of raw git commands or web scraping
|
||||||
- Never commit code unless explicitly requested by user
|
- Never commit code unless explicitly requested by user
|
||||||
- Review and update `SECURITY_AUDIT.md` when modifying `clean` or `optimize` logic
|
- Review and update `SECURITY_AUDIT.md` when modifying `clean` or `optimize` logic
|
||||||
|
|
||||||
@@ -290,7 +290,9 @@ mole/ # Main CLI entrypoint (menu + routing)
|
|||||||
|
|
||||||
## GitHub Operations
|
## GitHub Operations
|
||||||
|
|
||||||
### Use gh CLI for All GitHub Work
|
### ⚡ ALWAYS Use gh CLI for GitHub Information
|
||||||
|
|
||||||
|
**Golden Rule**: Whenever you need to fetch or manipulate GitHub data (issues, PRs, commits, releases, comments, etc.), **ALWAYS use `gh` CLI first**. It's more reliable, authenticated, and provides structured output compared to web scraping or raw git commands.
|
||||||
|
|
||||||
**Preferred Commands**:
|
**Preferred Commands**:
|
||||||
|
|
||||||
|
|||||||
@@ -24,10 +24,6 @@
|
|||||||
- **Disk insights**: Visualizes usage, manages large files, **rebuilds caches**, and refreshes system services
|
- **Disk insights**: Visualizes usage, manages large files, **rebuilds caches**, and refreshes system services
|
||||||
- **Live monitoring**: Real-time stats for CPU, GPU, memory, disk, and network to **diagnose performance issues**
|
- **Live monitoring**: Real-time stats for CPU, GPU, memory, disk, and network to **diagnose performance issues**
|
||||||
|
|
||||||
## Platform Support
|
|
||||||
|
|
||||||
Mole is designed for **macOS**. For Windows users, please visit the [windows branch](https://github.com/tw93/Mole/tree/windows) for the native Windows version.
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
**Install via Homebrew — recommended:**
|
**Install via Homebrew — recommended:**
|
||||||
@@ -43,6 +39,8 @@ brew install mole
|
|||||||
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash
|
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Windows:** Mole is designed for macOS, but we offer an experimental Windows version based on user demand. See the [windows branch](https://github.com/tw93/Mole/tree/windows) — for early adopters only.
|
||||||
|
|
||||||
**Run:**
|
**Run:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user