{"id":26901645,"url":"https://github.com/thatlinuxguyyouknow/jemma","last_synced_at":"2025-10-26T19:02:13.372Z","repository":{"id":283863735,"uuid":"953124342","full_name":"ThatLinuxGuyYouKnow/jemma","owner":"ThatLinuxGuyYouKnow","description":"Beatiful command line coding assistant","archived":false,"fork":false,"pushed_at":"2025-03-30T22:09:38.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T23:19:43.835Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ThatLinuxGuyYouKnow.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":"2025-03-22T16:15:19.000Z","updated_at":"2025-03-30T22:09:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"63f632ac-edcd-4181-b12d-a7e5c3b80b40","html_url":"https://github.com/ThatLinuxGuyYouKnow/jemma","commit_stats":null,"previous_names":["thatlinuxguyyouknow/jemma"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2Fjemma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2Fjemma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2Fjemma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatLinuxGuyYouKnow%2Fjemma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatLinuxGuyYouKnow","download_url":"https://codeload.github.com/ThatLinuxGuyYouKnow/jemma/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246612487,"owners_count":20805354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-04-01T08:54:53.493Z","updated_at":"2025-10-26T19:02:13.360Z","avatar_url":"https://github.com/ThatLinuxGuyYouKnow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jemma: Your Free Code Assistant\n\n[![Python](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org/)\n[![Google Gemini](https://img.shields.io/badge/Google%20Gemini-API-brightgreen)](https://cloud.google.com/vertex-ai/docs/generative-ai/models/gemini)\n[![Colorama](https://img.shields.io/badge/colorama-terminal%20colors-brightgreen)](https://pypi.org/project/colorama/)\n\n![jemma](jemma.jpeg)\n\n**Description:** Jemma is a command-line tool that provides code assistance using the Google Gemini API.  It's free and easy to use.\n\n**Installation:**\n\n```bash\npip install .\n```\n\n**Configuration:**\n\nBefore using Jemma, you need to configure your Google Gemini API key:\n\n```bash\njemma-configure \n```\n\nYou will be prompted to enter your API key.  This key should be stored in the  `~/.jemma/config` file. Alternatively, you can set the `GEMINI_API_KEY` environment variable.\n\n**Usage:**\n\nJemma offers two main functionalities:\n\n1. **Interactive Code Session (`jemma -s`):** Start an interactive coding session where you can ask questions and receive code suggestions.\n\n   ```bash\n   jemma -s\n   ```\n\n2. **Codebase Explanation (`jemma -e`):**  Get a detailed explanation of your current codebase, including frameworks, languages, critical logic, and potential issues.\n\n   ```bash\n   jemma -e README.md\n   ```\n\n   (Replace `README.md` with your desired output file name).\n\n\n \n    \n\n**Note:** The `.current_chat.txt` file stores the current chat history.  This file is used to maintain context during an interactive session.\n\n\n## Roadmap\n\n- [x] Fix configuration and improve the use of the configuration file\n- [x] Fix edit with line enumeration\n- [x] Add support for multiple models (Gemini Pro, etc.)\n\n- [ ] Add support for non Gemini models\n\n- [x] Implement configuration via command-line arguments\n- [ ] Create command for starting new projects\n- [ ] Improve error handling and logging\n- [ ] Add unit tests\n\n- [x] MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatlinuxguyyouknow%2Fjemma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatlinuxguyyouknow%2Fjemma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatlinuxguyyouknow%2Fjemma/lists"}