It is a terminal-based app to interact with the CLI. Currently, you can communicate with the AI model in your terminal and see the current time in your local time zone.
To communicate with the AI, you can write it chat --m "Your question"
, to get the current timezone it timezone Timezone
.
To set up this repository in your local,
-
git clone https://github.com/Tusharjain123/InsightTerminal
-
Go to your Gemini AI portal and generate a key
-
Set the key to your environment Variable
-
go build
-
go install
-
Then you are all set to use this.
Currently, more features need to be incorporated in this CLI.