A linux client for administrating clash proxy through their API. Built with Qt and Rust.
clash controller api reference
curl http://localhost:9090/proxies # get proxy list
curl -X PUT http://localhost:9090/proxies/[proxy selector name] -d '{"name":"[proxy name]"}' # set proxy for selectorDirty code very limited functionality. At the moment just for me to select proxies more easily because i'm lazy to send web requests and I wanted to use Rust in a proj for the first time.