Introducing MinusOne, an innovative AI agent that leverages large language models like Gemini to revolutionize your Linux terminal experience. MinusOne seamlessly translates your natural language prompts into precise commands, executing tasks flawlessly and simplifying complex operations. Even if something goes wrong, MinusOne can correct itself, ensuring that your operations run smoothly. Whether you're a seasoned developer or new to Linux, MinusOne is designed to enhance productivity and minimize errors.
Please Add a vote here Click here..
-
Clone the repo
cd git clone https://github.com/NaheedRayan/minus1.git cd minus1
-
Obtain Your Gemini API Key
Get your Gemini API key from here and configure the
config.json
file.nano config.json
-
Build the Executable (optional)
You have to install golang to Build the executable with the following command:
go build -o minus1
-
Update Path
Add the directory to your system's PATH:
echo '## minus1 setup' >> ~/.bashrc echo 'export PATH=$PATH:$HOME/minus1' >> ~/.bashrc
Apply the changes:
source ~/.bashrc
-
Enjoy
Write in terminal
minus1