{"id":22549826,"url":"https://github.com/vartzy/gemini-llm-cli","last_synced_at":"2026-02-11T14:03:10.880Z","repository":{"id":265727297,"uuid":"889951930","full_name":"VArtzy/gemini-llm-cli","owner":"VArtzy","description":"Use FREE AI gemini large languange model in command line to create command line and coding assistant without ever leaving your terminal","archived":false,"fork":false,"pushed_at":"2024-12-30T08:06:10.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-29T13:48:44.721Z","etag":null,"topics":["chatbot","cli","cli-ai","cli-app","cli-tool","gemini","llm","productivity"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gemini-llm-cli","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VArtzy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-17T16:50:10.000Z","updated_at":"2025-04-16T13:36:15.000Z","dependencies_parsed_at":"2025-04-09T17:53:15.102Z","dependency_job_id":null,"html_url":"https://github.com/VArtzy/gemini-llm-cli","commit_stats":null,"previous_names":["vartzy/gemini-llm-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VArtzy/gemini-llm-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VArtzy%2Fgemini-llm-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VArtzy%2Fgemini-llm-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VArtzy%2Fgemini-llm-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VArtzy%2Fgemini-llm-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VArtzy","download_url":"https://codeload.github.com/VArtzy/gemini-llm-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VArtzy%2Fgemini-llm-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","cli","cli-ai","cli-app","cli-tool","gemini","llm","productivity"],"created_at":"2024-12-07T16:10:00.952Z","updated_at":"2026-02-11T14:03:10.861Z","avatar_url":"https://github.com/VArtzy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GEMINI on your Terminal\n\n## Overview\n\nGEMINI in command-line and coding assistant designed to keep you productive without ever leaving your terminal. With GEMINI, you can quickly find answers to technical questions or engage in interactive sessions to solve complex problems right from the command line.  \n\n## Installation  \n\nFollow these steps to set up GEMINI:  \n\n```bash\nnpm i -g gemini-llm-cli\n```\n\n1. **Create a GEMINI API Key**  \n   - Visit the [GEMINI API Key Page](https://aistudio.google.com/apikey) to generate your unique API key.  \n\n2. **Run GEMINI**  \n   - Start the program by typing the following command in your terminal:  \n     ```bash  \n     chat  \n     ```  \n\n3. **Configure Your API Key**  \n   - On your first run, GEMINI will prompt you to enter your API key. Simply paste the key into the prompt, and you’re ready to go!  \n\n## Usage  \n\n### Quick Answers  \n\nGet instant help with specific topics or commands by providing your query directly in the terminal:  \n```bash  \nchat tailwindcss border radius  \n```  \n\n### Interactive Chat Sessions  \n\nEngage in a full conversation or problem-solving session by launching GEMINI without any additional arguments:  \n```bash  \nchat  \n```  \n\n### Gain Superpowers with pipe  \n\nFind docs, create question to have knowledge-based AI assistant\n```bash  \n(\u003cdocs-source\u003e \u0026 \u003cquestion\u003e) | chat\n```  \n\nExample:\n```bash  \n(pip --help \u0026 echo How can I see package size?) | chat\n```  \n\n### Tunning and custom system prompt\nOpen node_modules source file (use ```which chat``` to easier find) and open the main .env file, change the SYSTEM variable to your desired system prompt.\n\n```bash\nSYSTEM=\"You are helpfull command line assistant\"\n```\n\n## Features  \n\n- **Chat Session**: Remember context and previous chat history\n- **Seamless Integration**: Access GEMINI directly from your terminal for maximum productivity.  \n- **Quick Queries**: Instantly retrieve answers without disrupting your workflow.  \n- **Interactive Sessions**: Solve complex problems or ask detailed questions in a chat format.  \n- **Easy Setup**: Configure once, use effortlessly every time.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvartzy%2Fgemini-llm-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvartzy%2Fgemini-llm-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvartzy%2Fgemini-llm-cli/lists"}