Empower your CLI experience with a command search tool driven by LLM magic!
$ cllm search "Show all pods in k8s cluster"
kubectl get pods -A
$ cllm search "Find all files recursively within the current directory that contain 'a' in their filenames."
find . -type f -name '*a*' -print
$ cllm search "Provide the command to build and push a Docker image from the current directory."
docker build -t myapp:latest . --push
brew tap dev-backpack/cllm
brew install cllm
curl https://raw.githubusercontent.com/dev-backpack/cllm/main/install.sh | sh
cllm set key [API_KEY]
cllm search [QUERY]
cllm history
cllm describe [COMMAND]
cllm
is licensed under the MIT License.
If you have any questions or suggestions, feel free to open an issue or join our Discord server.