https://github.com/sunnyyoung/wechattweak-cli
A command line utility to work with WeChatTweak-macOS - WeChatTweak 命令行工具
https://github.com/sunnyyoung/wechattweak-cli
cli command-line command-line-tool macos wechat wechattweak wechattweak-cli wechattweak-macos
Last synced: 6 months ago
JSON representation
A command line utility to work with WeChatTweak-macOS - WeChatTweak 命令行工具
- Host: GitHub
- URL: https://github.com/sunnyyoung/wechattweak-cli
- Owner: sunnyyoung
- License: apache-2.0
- Created: 2021-09-09T02:08:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T07:16:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T01:07:40.709Z (about 1 year ago)
- Topics: cli, command-line, command-line-tool, macos, wechat, wechattweak, wechattweak-cli, wechattweak-macos
- Language: C
- Homepage: https://cli.tweaks.app
- Size: 32.2 KB
- Stars: 375
- Watchers: 9
- Forks: 65
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WeChatTweak-CLI
A command line utility to work with WeChatTweak-macOS.
## Overview
```bash
OVERVIEW: A command line utility to work with WeChatTweak-macOS.
USAGE: wechattweak-cli
OPTIONS:
-h, --help Show help information.
SUBCOMMANDS:
install Install or upgrade tweak.
uninstall Uninstall tweak.
resign Force resign WeChat.app
version Get current version of WeChatTweak.
See 'wechattweak-cli help ' for detailed help.
```
## Requirements
- macOS >= 10.12
- Swift 5 Runtime Support
## Install
### Homebrew
You can install [WeChatTweak-CLI](https://github.com/sunnyyoung/WeChatTweak-CLI) via Homebrew.
```bash
$ brew install sunnyyoung/repo/wechattweak-cli
```
### Manual (**NOT RECOMMENDED**)
1. Download the [WeChatTweak-CLI](https://github.com/sunnyyoung/WeChatTweak-CLI/releases/latest/download/wechattweak-cli)
2. Remove file attributes: `xattr -d com.apple.quarantine wechattweak-cli`
3. Make sure the binary executable: `chmod +x wechattweak-cli`
4. Run: `sudo ./wechattweak-cli install`
## License
The [Apache License 2.0](LICENSE).