mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 16:49:41 +00:00
feat: optimize update checks for speed and refactor update flow to prioritize Mole with manual tips for other updates.
This commit is contained in:
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -40,10 +40,11 @@ Paste the debug output here
|
|||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
- Mole version: (run `mo --version`)
|
Please run `mo update` to ensure you are on the latest version, then paste the output of `mo --version` below:
|
||||||
- macOS version: (run `sw_vers`)
|
|
||||||
- Installation method: (Homebrew / curl script)
|
```text
|
||||||
- Architecture: (Intel / Apple Silicon)
|
Paste mo --version output here
|
||||||
|
```
|
||||||
|
|
||||||
## Additional context
|
## Additional context
|
||||||
|
|
||||||
|
|||||||
32
README.md
32
README.md
@@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **All-in-one toolkit** equal to CleanMyMac + AppCleaner + DaisyDisk + Sensei + iStat in one **trusted binary**
|
- **All-in-one toolkit** combining the power of CleanMyMac, AppCleaner, DaisyDisk, Sensei, and iStat in one **trusted binary**
|
||||||
- **Deep cleanup** finds and removes caches, temp files, browser leftovers, and junk to **free up tens of gigabytes**
|
- **Deep cleanup** scans and removes caches, logs, browser leftovers, and junk to **reclaim tens of gigabytes**
|
||||||
- **Smart uninstall** finds app bundles plus launch agents, settings, caches, logs, and **leftover files**
|
- **Smart uninstall** completely removes apps including launch agents, preferences, caches, and **hidden leftovers**
|
||||||
- **Disk insight + optimization** show large files, display folders, **rebuild caches**, clean swap, refresh services
|
- **Disk insight + optimization** visualizes usage, handles large files, **rebuilds caches**, cleans swap, and refreshes services
|
||||||
- **Live status** shows CPU, GPU, memory, disk, network, battery, and proxy data so you can **find problems**
|
- **Live status** monitors CPU, GPU, memory, disk, network, battery, and proxy stats to **diagnose issues**
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
**Install:**
|
**Installation:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash
|
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash
|
||||||
@@ -63,12 +63,12 @@ mo optimize --whitelist # Adjust protected optimization items
|
|||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
|
|
||||||
- **Terminal**: iTerm2 has known compatibility issues, use Alacritty, kitty, WezTerm, Ghostty, or Warp instead
|
- **Terminal**: iTerm2 has known compatibility issues; we recommend Alacritty, kitty, WezTerm, Ghostty, or Warp.
|
||||||
- **Safety**: Built with strict protections. See our [Security Audit](SECURITY_AUDIT.md). Preview with `mo clean --dry-run`
|
- **Safety**: Built with strict protections. See our [Security Audit](SECURITY_AUDIT.md). Preview changes with `mo clean --dry-run`.
|
||||||
- **Whitelist**: Use `mo clean --whitelist` to manage protected caches
|
- **Whitelist**: Manage protected paths with `mo clean --whitelist`.
|
||||||
- **Touch ID**: Run `mo touchid` to approve sudo with Touch ID instead of password
|
- **Touch ID**: Enable Touch ID for sudo commands by running `mo touchid`.
|
||||||
- **Navigation**: All menus support Vim keys `h/j/k/l` in addition to arrow keys
|
- **Navigation**: Supports standard arrow keys and Vim bindings (`h/j/k/l`).
|
||||||
- **Debug**: Use `--debug` flag to see detailed logs: `mo clean --debug`
|
- **Debug**: View detailed logs by appending the `--debug` flag (e.g., `mo clean --debug`).
|
||||||
|
|
||||||
## Features in Detail
|
## Features in Detail
|
||||||
|
|
||||||
@@ -195,10 +195,10 @@ Adds 5 commands: `clean`, `uninstall`, `optimize`, `analyze`, `status`. Finds yo
|
|||||||
|
|
||||||
<a href="https://miaoyan.app/cats.html?name=Mole"><img src="https://miaoyan.app/assets/sponsors.svg" width="1000px" /></a>
|
<a href="https://miaoyan.app/cats.html?name=Mole"><img src="https://miaoyan.app/assets/sponsors.svg" width="1000px" /></a>
|
||||||
|
|
||||||
- If Mole freed storage for you, consider starring the repo or sharing it with friends needing a cleaner Mac.
|
- If Mole saved you space, consider starring the repo or sharing it with friends who need a cleaner Mac.
|
||||||
- Have ideas or fixes? Open an issue or PR and help shape Mole's future together with the community.
|
- Have ideas or fixes? Open an issue or PR to help shape Mole's future with the community.
|
||||||
- Report bugs by running commands with `--debug` flag and sharing the output: `mo clean --debug`
|
|
||||||
- Love cats? Treat Tangyuan and Cola to canned food via <a href="https://miaoyan.app/cats.html?name=Mole" target="_blank">this link</a> and keep the mascots purring.
|
- Love cats? Treat Tangyuan and Cola to canned food via <a href="https://miaoyan.app/cats.html?name=Mole" target="_blank">this link</a> to keep our mascots purring.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user