perplexity-cli
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
Simple Bash script to automate Go language tools single user installation or even removal.
git clone https://github.com/canha/golang-tools-install-script.gitcanha/golang-tools-install-scriptBash script to automate installation and removal of single-user Go language tools.
Feel free to change the variables on the beginning to match whatever version of Go you need.
Tested working on:
Supported shells:
wget or curlDownload and run with wget or curl. Here's the short version using the official git.io shortening:
# Linux typically has wget installed wget -q -O - https://git.io/vQhTU | bash # macOS typically has curl installed curl -L https://git.io/vQhTU | bash
Or, if you are more comfortable with the raw URL:
wget -q -O - https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash # or... curl https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash
Pass the --version option into the script including the version that you wish to install.
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.18 # or... curl -L https://git.io/vQhTU | bash -s -- --version 1.18
Pass the --remove option into the script:
wget -q -O - https://git.io/vQhTU | bash -s -- --remove # or... curl -L https://git.io/vQhTU | bash -s -- --remove
By default, the script will create .go and go folders on your home directory and add the needed variables and PATH expansion.
$HOME/.go is the directory where Go will be installed to.
$HOME/go is the default workspace directory.
Read more about the workspace.
In order to install Go into another location, set the environment variables $GOROOT and $GOPATH before (un)installing:
export GOROOT=/opt/go export GOPATH=$HOME/projects/go
I no longer have the ability to perform automated testing for free. Testers are welcome! ↩
more like this
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
Free open-source Cloudflare R2 desktop client and S3 GUI for macOS, Windows, and Linux. Manage Cloudflare R2, AWS S3, M…
search projects, people, and tags