Skip to content

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

License

Notifications You must be signed in to change notification settings

naizhao/WeChatTweak-CLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 75.9%
  • Swift 22.8%
  • Makefile 1.3%