MuXiu1997
MuXiu1997
[MuXiu1997/nps-docker-with-env](https://github.com/MuXiu1997/nps-docker-with-env) Out-of-the-box configuration of Nps via env vars entirely 开箱即用的完全通过环境变量配置 Nps ## Usage Example default config file: [nps.conf](https://github.com/ehang-io/nps/blob/master/conf/nps.conf) --- - `NPS_XXXX` env `NPS_HTTP_PROXY_IP='127.0.0.1'` -> set `http_proxy_ip` to `127.0.0.1` ```diff -http_proxy_ip=0.0.0.0...
feat: implement getter and setter for CUTBUFFER (For example, interaction with the system clipboard)
I'm considering wrapping the CUTBUFFER into getter and setter functions. This approach might minimize the extent of changes required in the existing code while also allowing other users to override...
# Run zx ( install [`zx`](https://github.com/google/zx) + install dependencies + cache dependencies + run script ) in one step ## Usage - [Basic](#Basic) - [Setup zx for run scripts multiple...