https://github.com/gorilla-llm/gorilla-cli Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions For + Enterprise + Teams + Startups + Education By Solution + CI/CD & Automation + DevOps + DevSecOps Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this organization All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. {{ message }} gorilla-llm / gorilla-cli Public * Notifications * Fork 1 * Star 172 LLMs for your CLI License Apache-2.0 license 172 stars 1 fork Star Notifications * Code * Issues 5 * Pull requests 0 * Discussions * Actions * Security * Insights More * Code * Issues * Pull requests * Discussions * Actions * Security * Insights gorilla-llm/gorilla-cli This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 1 branch 0 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/g] Use Git or checkout with SVN using the web URL. [gh repo clone gorill] Work fast with our official CLI. Learn more about the CLI. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @ShishirPatil ShishirPatil Minor set-up user info fix ... ec4153a Jun 29, 2023 Minor set-up user info fix ec4153a Git stats * 2 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time go_questionary pypi release 0.0.7 June 29, 2023 10:40 .gitignore pypi release 0.0.7 June 29, 2023 10:40 LICENSE pypi release 0.0.7 June 29, 2023 10:40 README.md pypi release 0.0.7 June 29, 2023 10:40 __init__.py pypi release 0.0.7 June 29, 2023 10:40 go_cli.py Minor set-up user info fix June 29, 2023 11:04 setup.py Minor set-up user info fix June 29, 2023 11:04 View code Gorilla CLI Getting Started Usage How It Works Contributions License README.md Gorilla CLI Gorilla CLI revolutionizes your command-line interactions with a user-centric tool that understands natural language commands. Simply state your objective, and Gorilla CLI will generate potential commands for execution. No more need to recall intricate command-line arguments! Developed by UC Berkeley as a research prototype, Gorilla-CLI prioritizes user control and confidentiality: * Commands are executed solely with your explicit approval. * While we utilize queries and error logs (stderr) for model enhancement, we NEVER collect output data (stdout). Getting Started You can readily install Gorilla CLI via pip. pip install gorilla-cli Usage Activate Gorilla CLI with a straightforward gorilla followed by your command in plain English. For instance, to list all files in the current directory, type: $ gorilla I want to list all files in the current directory or if you prefer, you can use quotes to avoid issues with string parsing: $ gorilla "I want to list all files in the current directory" Gorilla CLI will then generate potential commands. Simply use the arrow keys to navigate through the options, then press enter to execute the chosen command. Welcome to Gorilla. Use arrows to select >> ls ls -l ls -al How It Works Gorilla-CLI fuses the capabilities of various Language Learning Models (LLMs) like Gorilla LLM, OpenAI's GPT-4, Claude v1, and others to present a user-friendly command-line interface. For each user query, we gather responses from all contributing LLMs, filter, sort, and present you with the most relevant options. Contributions We welcome your enhancements to Gorilla CLI! If you have improvements, feel free to submit a pull request on our GitHub page. License Gorilla CLI operates under the Apache 2.0 license. More details can be found in the LICENSE file. We'd also like to extend our appreciation to questionary for their fantastic UI! About LLMs for your CLI Resources Readme License Apache-2.0 license Stars 172 stars Watchers 0 watching Forks 1 fork Report repository Releases No releases published Packages 0 No packages published Languages * Python 100.0% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time.