TerminalBot, also known as Jarvis, is a command-line tool that interacts with the Groq A.I model to provide programming-related assistance and more. This tool is designed to help you with various programming queries directly from your terminal. However it can also assist you with other queries.
- Provides programming-related assistance
- has varios built in commands to trace your wrong commands on terminal and debug file
- Node.js and npm installed on your machine
-
Install the package globally:
npm install -g terminalbot
-
Set up API Key:
- Go to Groq Playground and sign up to get your API key.
- Run the following command in your terminal:
jarvis
- When prompted, type
/key
and enter your new API key. This will store the API key securely in a local.env
file. - Exit the application and restart it:
jarvis
-
Adjust PowerShell Execution Policy (Windows only): If you encounter a PowerShell execution policy error, you can change the policy to
RemoteSigned
:Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy RemoteSigned -Force
After installation and setup, you can start using TerminalBot by running the following command:
jarvis
/bye: Exit the application.
/key: Update your API key.
/trace: Trace the execution of the provided file.
/debug file.extname: Debug the specified file.