{"id":51320613,"url":"https://github.com/ayush2006128/aicli","last_synced_at":"2026-07-01T13:01:27.322Z","repository":{"id":359984502,"uuid":"1248024918","full_name":"Ayush2006128/AICLI","owner":"Ayush2006128","description":"PowerShell Assistant","archived":false,"fork":false,"pushed_at":"2026-05-24T13:49:08.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-24T14:09:30.386Z","etag":null,"topics":["ai","csharp","gemini","powershell","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ayush2006128.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-24T04:54:08.000Z","updated_at":"2026-05-24T13:49:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Ayush2006128/AICLI","commit_stats":null,"previous_names":["ayush2006128/aicli"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Ayush2006128/AICLI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayush2006128%2FAICLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayush2006128%2FAICLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayush2006128%2FAICLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayush2006128%2FAICLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ayush2006128","download_url":"https://codeload.github.com/Ayush2006128/AICLI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayush2006128%2FAICLI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35007278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","csharp","gemini","powershell","windows"],"created_at":"2026-07-01T13:01:26.417Z","updated_at":"2026-07-01T13:01:27.316Z","avatar_url":"https://github.com/Ayush2006128.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"AICLI/Assets/Icon.png\" width=\"128\" height=\"128\" alt=\"AICLI Icon\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eAICLI 🚀\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/v/release/Ayush2006128/AICLI?style=for-the-badge\u0026color=blue\" alt=\"Release\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/Ayush2006128/AICLI?style=for-the-badge\u0026color=green\" alt=\"License\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/.NET-10.0-purple?style=for-the-badge\u0026logo=dotnet\" alt=\".NET Version\"\u003e\n\u003c/p\u003e\n\n---\n\n### ✨ Why AICLI?\n\nPowerShell is the silent architect of the Windows realm—a language of immense power that often remains a mystery to those who use it most. For students and terminal dwellers, it is the magic wand we wield without a manual. 📖\n\nWe live in the terminal, yet we often find ourselves wandering away to find that one elusive command. **AICLI** was born from this frustration. It is the whisper of wisdom in your shell, a bridge between intent and execution. It allows you to summon complex PowerShell commands using natural language, ensuring your creative flow remains unbroken. No more context switching; just pure, unadulterated productivity. ⚡\n\n---\n\n### 🛠️ Usage\n\nGetting the command you need is as simple as asking. Use the `ai` command followed by your prompt in quotes:\n\n```powershell\nai \"how to list all files larger than 100MB in the current directory\"\n```\n\n**AICLI** will talk to the Gemini API and return only the valid PowerShell command, ready for you to copy and run! 📄✨\n\n---\n\n### 📥 Installation\n\n1. Go to the [GitHub Releases](https://github.com/Ayush2006128/AICLI/releases) page.\n2. Download the latest `ai.exe` binary.\n3. Move `ai.exe` to a folder that is in your system's `PATH` (e.g., `C:\\Windows\\System32` or a custom scripts folder).\n\n---\n\n### ⚙️ Setup\n\nTo use **AICLI**, you need a Gemini API Key. 🔑\n\n1. Get your API key from the [Google AI Studio](https://aistudio.google.com/).\n2. Add it to your environment variables:\n\n**Temporary (Current Session):**\n```powershell\n$env:GEMINI_API_KEY = \"your_api_key_here\"\n```\n\n**Permanent (User Profile):**\n1. Search for \"Edit the system environment variables\" in Windows.\n2. Click **Environment Variables**.\n3. Under **User variables**, click **New**.\n4. Variable name: `GEMINI_API_KEY`, Variable value: `your_api_key_here`.\n\n---\n\n### 📜 License\n\nThis project is licensed under the [MIT License](LICENSE.txt). Feel free to use, modify, and distribute it! 🤝\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by \u003cb\u003eAyush\u003c/b\u003e for the Windows Community💻 ✨\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayush2006128%2Faicli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayush2006128%2Faicli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayush2006128%2Faicli/lists"}