/WeChatTweak-CLI

A command line utility to work with WeChatTweak-macOS - WeChatTweak 命令行工具

Primary LanguageCApache License 2.0Apache-2.0

WeChatTweak-CLI

A command line utility to work with WeChatTweak-macOS.

Overview

USAGE: tweak [--install] [--uninstall]

OPTIONS:
  --install/--uninstall   Install or Uninstall tweak (default: install)
  -h, --help              Show help information.

Requirements

  • macOS >= 10.11
  • Swift 5 Runtime Support

Install

Homebrew

You can install WeChatTweak-CLI via Homebrew.

$ brew install sunnyyoung/repo/wechattweak-cli

Manual (NOT RECOMMENDED)

  1. Download the 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: wechattweak-cli --install

Usage

$ sudo wechattweak-cli --install   # Install
$ sudo wechattweak-cli --uninstall # Uninstall

For more usage, run: wechattweak-cli --help.

License

The Apache License 2.0.