1
0
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:
Tw93
2026-01-14 10:46:55 +08:00
parent 5afd602027
commit 9108b0f85d
2 changed files with 6 additions and 6 deletions

View File

@@ -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**:

View File

@@ -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