modulepackage
0.0.0-20240402130611-b6beb1cbed9d
Repository: https://github.com/paarthd00/trm-search.git
Documentation: pkg.go.dev
# README
TRMS
Fuzzy Find Google Search Results, and get AI help with trms
.
Features
-
Help fetches top 10 Google Search Results.
-
Fuzzy, find the results, and open the link in the browser.
-
AI help
:ai
to enter AI help mode.
Prerequisites
- Go programming language installed on your machine.
- A valid Google Search API key and Search Engine ID (CX).
- Open AI API key
Setup
- Clone this repository to your local machine.
- Navigate to the directory containing the Go files.
Configuration
Before running the program, you need to add your Google API Search Key and Search Engine ID (CX) to the program:
Use your keys to create a new .env
file based on the .env.template
.
you can find CX
and GOOGLE_API_KEY
from
Google Custom Search
Installation
To install the program, run the following commands in your terminal:
./install.sh
Then just source your .bashrc or .zshrc
Usage
To run the program, use the following command:
trms
License
This project is open source and available under the MIT License.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author