HeyCLI is a powerful command line tool that improves the efficiency and usability of your terminal. Key features and benefits include:
- Plain English Commands: Translates user-friendly input into appropriate command line instructions
- Setup: Offers options for user aliases, environment variables, and keyboard shortcuts
- Terminal Debugging: Helps fix errors in python, nodejs, kubectl, gcloud, aws and more other teams
Command line with LLM support. Uses GPT-3 davinci-003 as of last update. For now it only works for Linux and MacOS.
This tool will help you use the terminal command line without having to remember commands or waste time searching Google and stackoverflow. Watch the demo below.
wget -q heycli_client.sh https://raw.githubusercontent.com/HeyCLI/heyCLI/main/heycli_client.sh -O ~/.heycli_client.sh
Type the source text of the script in the terminal:
source ~/.heycli_client.sh
Get the API token here: https://signup.heycli.com/.
Finally, set the HEYCLI_API_KEY environment variable in the terminal:
export HEYCLI_API_KEY=<token_you_got_in_step_3>
(Optional) Configure context for HeyCLI to improve answers and suggestions.
Type: hey setup
That's it, you can use the "hey" command!
IMPORTANT
The setup command will load your command history as is. In the future, we will add tools to anonymize and clear your history of potential sensitive data.
The HeyCLI neural network was first published on 03/07/2023 21:52:27 and manually edited on 04/19/2024 22:33:41.