This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CC-Switch (ccs) Installer v5 | |
| # Install to /usr/local/bin (requires sudo) | |
| # One-liner: curl -fsSL https://gist.githubusercontent.com/elfgzp/GIST_ID/raw | sudo bash | |
| set -e | |
| INSTALL_DIR="/usr/local/bin" | |
| VERSION="v4.6.2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CC-Switch (ccs) Installer v4 | |
| # Install to /usr/local/bin (requires sudo) | |
| # One-liner: curl -fsSL https://gist.githubusercontent.com/elfgzp/GIST_ID/raw | sudo bash | |
| set -e | |
| INSTALL_DIR="/usr/local/bin" | |
| VERSION="v4.6.2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CC-Switch (ccs) Installer v3 | |
| # Install to /usr/local/bin (requires sudo) | |
| # One-liner: curl -fsSL https://gist.githubusercontent.com/elfgzp/GIST_ID/raw | sudo bash | |
| set -e | |
| INSTALL_DIR="/usr/local/bin" | |
| REPO="saladday/cc-switch-cli" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CC-Switch (ccs) Installer v2 | |
| # Install to /usr/local/bin (requires sudo) | |
| # One-liner: curl -fsSL https://gist.githubusercontent.com/elfgzp/GIST_ID/raw | sudo bash | |
| set -e | |
| INSTALL_DIR="/usr/local/bin" | |
| REPO="saladday/cc-switch-cli" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CC-Switch (ccs) Installer v2 | |
| # Install to /usr/local/bin (requires sudo) | |
| # One-liner: curl -fsSL https://gist.githubusercontent.com/elfgzp/2da858991fa0db6f68641fe0dbcf99b5/raw/install_ccs.sh | sudo bash | |
| set -e | |
| INSTALL_DIR="/usr/local/bin" | |
| REPO="saladday/cc-switch-cli" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CC-Switch (ccs) Installer v2 | |
| # Install to /usr/local/bin (requires sudo) | |
| # One-liner: curl -fsSL https://gist.githubusercontent.com/elfgzp/GIST_ID/raw/install_ccs.sh | sudo bash | |
| set -e | |
| INSTALL_DIR="/usr/local/bin" | |
| REPO="saladday/cc-switch-cli" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CC-Switch (ccs) - Quick Claude provider switcher | |
| # Usage: ccs [glm|kimi|minimax] | |
| set -e | |
| # Colors | |
| GREEN='\033[0;32m' | |
| RED='\033[0;31m' | |
| YELLOW='\033[1;33m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CC-Switch (ccs) Installer | |
| # One-liner: curl -fsSL https://gist.githubusercontent.com/elfgzp/4e3c0cdb563439010e80571cd0a2449a/raw/install_ccs.sh | bash | |
| set -e | |
| echo "Installing cc-switch-cli..." | |
| # Create bin directory | |
| mkdir -p ~/bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # CC-Switch (ccs) Installer | |
| # One-liner: curl -fsSL https://gist.githubusercontent.com/elfgzp/GIST_ID/raw/install_ccs.sh | bash | |
| set -e | |
| echo "Installing cc-switch-cli..." | |
| # Create bin directory | |
| mkdir -p ~/bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Still Gathering Statistics... |
NewerOlder