Skip to content

tddschn/nssurge-cli

Repository files navigation

NSSurge CLI

Command line Surge HTTP API Client

You can use it to get/set Surge rules / policies / proxy groups, get recent requests / events and much more.

This projects fully implements the Surge HTTP API spec.

Installation

pipx

This is the recommended installation method.

$ pipx install nssurge-cli
$ pip install nssurge-cli

Usage

nssurge-cli --help

Screenshots

nssurge-cli cap

Develop

$ git clone https://github.com/tddschn/nssurge-cli.git
$ cd nssurge-cli
$ poetry install

See also