com314159 / WeChatTweak-CLI

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

Home Page:https://tweaks.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://tweaks.app

License:Apache License 2.0


Languages

Language:C 65.4%Language:Swift 33.4%Language:Makefile 1.2%