CLI Configuration Examples
This directory contains helper scripts and example configurations for routing third-party CLI tools through CLIProxyAPI Plus.
Contents
setup_env.sh: A simple template for exporting environment variables.proxy-tools.rc: A shell resource file containing convenient functions (p-claude,p-code) for scoped proxy routing.
Getting Started (The Easy Way)
- Open your
~/.bashrcor~/.zshrcfile. - Add the following line to the end of the file:
source /path/to/CLIProxyAPIPlus/examples/cli-config/proxy-tools.rc - Restart your terminal or run
source ~/.zshrc. - Run your tools with the
p-prefix:p-claudep-code
For detailed integration instructions, see the main CLI Integration Guide.