Terminaider
2024 Jul 20
See all posts
Terminaider
Github
Terminaider
AI within your terminal 🤖
Description
Quickly prompt any supported AI from within your terminal, without being bound to any specific provider.
Features
- Currently supports GROQ APIs
- Prompt caching
- Software engineering focus (for now)
Installation
Ensure you have Go installed on your system.
Clone the repository and install:
git clone https://github.com/Danielratmiroff/terminaider.git
cd terminaider
go install
Set up your API key:
Option 1: Set an environment variable:
export GROQ_API_KEY="your_api_key_here"
Option 2: Create a config.yaml
file in the repo folder:
GroqAPIKey: "your_api_key_here"
Usage
Basic Usage
Prompt on Startup
terminaider How big is the Earth?
Quick Command (copies executable command to clipboard)
terminaider -r How can I commit my changes to git?
Recommendation: Create an Alias
Add this line to your shell configuration file (e.g., ~/.zshrc
or ~/.bashrc
):
Then reload your shell or run source ~/.zshrc
(or respective config file).
Now you can use ai
as a shortcut:
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License
Terminaider
2024 Jul 20 See all postsGithub
Terminaider
AI within your terminal 🤖
Description
Quickly prompt any supported AI from within your terminal, without being bound to any specific provider.
Features
Installation
Ensure you have Go installed on your system.
Clone the repository and install:
Set up your API key:
Option 1: Set an environment variable:
Option 2: Create a
config.yaml
file in the repo folder:Usage
Basic Usage
Prompt on Startup
Quick Command (copies executable command to clipboard)
Recommendation: Create an Alias
Add this line to your shell configuration file (e.g.,
~/.zshrc
or~/.bashrc
):Then reload your shell or run
source ~/.zshrc
(or respective config file).Now you can use
ai
as a shortcut:Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License
Daniel Ratmiroff © - site made with: blogmaker - credit to Vitalik Buterin