Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T07:16:54.000Z (over 1 year ago)
- Last Synced: 2023-11-07T17:30:03.957Z (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: 251
- Watchers: 9
- Forks: 50
- Open Issues: 4
-
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).