innkobfjbnlagnfhhkephcoffbeinpjh
Extract and clean GitHub repository content as Markdown for LLMs The ultimate Chrome extension for developers, researchers, and AI enthusiasts. This powerful tool bridges the gap between GitHub repositories and Large Language Models (LLMs), making it effortless to extract, clean, and format repository content for use with your favorite LLM platforms. Key Features: 1. One-Click Processing: Simply enter any GitHub URL - be it a project, file, or folder - and watch as the extension works its magic, converting the content into a clean, LLM-ready format. 2. Smart Content Cleaning: Our intelligent algorithm automatically filters out binary files and non-text content, ensuring you get only the relevant, processable information. 3. Instant Preview: View the processed content directly in the extension popup, allowing you to quickly assess and verify the extracted information. 4. Flexible Export Options: - Copy the processed content to your clipboard with a single click. - Download the formatted content as a Markdown file, perfect for sharing or further processing. 5. Sleek, User-Friendly Interface: Enjoy a clean, intuitive design that makes navigation and usage a breeze. 6. GitHub-Anywhere Compatibility: Works seamlessly with all GitHub repositories, including GitHub Pages sites. 7. Privacy-Focused: All processing happens locally in your browser, ensuring your data remains secure and private. Whether you're training machine learning models, conducting code reviews, or simply need to quickly extract repository content, GitHub -> LLM is your go-to tool. Streamline your workflow and unlock the full potential of GitHub repositories for LLM applications. Transform the way you interact with GitHub. Get GitHub -> LLM today and experience the future of repository content extraction!
Refined GitHub
Simplifies the GitHub interface and adds useful features Highlights: - Linkifies issue/PR references and URLs in code. - Makes whitespace characters visible. - Reduces tabs’ size to 4 spaces instead of 8. - Adds one-click merge conflict fixers. - Adds reaction avatars showing who reacted to a comment. - Adds a button to revert all the changes to a file in a PR. - Adds a build/CI status icon next to the repo’s name. - Adds a button to view the source of Markdown files. - Shows PRs that touch the current file. - Highlights the most useful comment in conversations. - Shows the first Git tag a merged PR was included in. - Adds a link to an automatic changelog for each tag/release. - Adds possible related pages and alternatives on 404 pages. - Displays the age of the repository in the sidebar. And so much more! 200+ features. See the website for a full list of features. The GITHUB and REFINED GITHUB trademarks are owned by GitHub, Inc. and used under license.
GitZip for github
It can make the sub-directories and files of github repository as zip and download it Why GitZip: - You DO NOT have to download the whole project just for those few files/folders you need. Usage: 1. Browse any Github repository page. 2. Two ways to download: 2.1. Choose the items: 2.1.1. In default, you can double click on items or check the checkbox on the front of items. 2.1.2. Click download button at the bottom-right of the page. 2.2. In context menu: 2.2.1. Click "GitZip Download" > "Whole Repository" or "Current Folder". 2.2.2. Move the mouse cursor on the item and click "GitZip Download" > "Selected Folder/File". 2.2.3. Click "GitZip Download" > "Checked Items" after doing 2-1-1. 3. See the progress dashboard and wait for browser trigger download. 4. Get the ZIP file. Options: "How to select" for item selecting behaviour and "theme" for dark or light themes. Get Token: - If you see the "Rate Limit" warning message on progress dashboard, you should get the Github API access token for upgrade rate limit. GitZip provide a convenient way for it: 1. Click GitZip Extension icon on your browser. 2. Click "Normal" or "Private" link beside "Get Token". 3. Authorize GitZip permission on Github auth page. 4. Back to repo page automatically. 5. Continue to use. 1.0.2: 1. Compatible with new UI (In feature preview called: New Code Search and Code View) 2. Fix a bug about saving personal token. 1.0.1: 1. Enhance popstate detection. 2. Deprecate ".repository-content" selector for items detection. 1.0.0: 1. More download ways in context menu. 2. Can change settings in options page for item selecting behaviour and theme. 3. Can use checkbox to select item. 4. Migrate to Manifest V3 spec.
GitIngest - Turn any Git repo to a LLM-friendly prompt
Turn any Git repository into a prompt-friendly text ingest for LLMs. By replacing hub with ingest to access a coresponding digest. Simply replace "github.com" with "gitingest.com" in any repository URL, or use our one-click button to get AI-optimized code context. Perfect for developers working with ChatGPT, Claude, or any LLM. ✨ Key Features: • One-Click Access: Seamlessly integrate with GitHub's interface • Smart Formatting: Get repository content optimized for LLM prompts • Customizable: Use the default GitIngest service or configure your own • Privacy-First: Zero data collection, works completely offline • Open Source: Transparent and community-driven Ideal for: • AI developers crafting precise prompts • Developers seeking quick code understanding • Teams working with AI-assisted development • Anyone using LLMs for code analysis Part of the GitIngest ecosystem - featuring CLI tools and Python packages for advanced usage. This extension is Open Sourced: https://github.com/lcandy2/gitingest-extension
GitHub Better Line Counts
Lots of code is generated nowadays and GitHub's line counts are not representative of a PR's true size. This extension subtracts generated files from the total line counts, giving you a better idea of how big a PR really is. That's it. Generated files are detected from the branch's root .gitattributes file. See GitHub's docs to learn how to mark a file as generated: https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github For a simple example, checkout this extension's .gitattributes file! https://github.com/aklinker1/github-better-line-counts/blob/main/.gitattributes The extension is open source: https://github.com/aklinker1/github-better-line-counts