Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 命令行工具

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).