Skip to content

Commit 5a386ea

Browse files
chore: standardize references to 'Gitingest' (resolves Issue coderamp-labs#99) (coderamp-labs#107)
1 parent 2f18c26 commit 5a386ea

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# GitIngest
1+
# Gitingest
22

3-
[![Image](./docs/frontpage.png "GitIngest main page")](https://gitingest.com)
3+
[![Image](./docs/frontpage.png "Gitingest main page")](https://gitingest.com)
44

55
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cyclotruc/gitingest/blob/main/LICENSE)
66
[![PyPI version](https://badge.fury.io/py/gitingest.svg)](https://badge.fury.io/py/gitingest)
@@ -37,9 +37,9 @@ pip install gitingest
3737
## 🧩 Browser Extension Usage
3838

3939
<!-- markdownlint-disable MD033 -->
40-
<a href="https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood" target="_blank" title="Get GitIngest Extension from Chrome Web Store"><img height="48" src="https://github.com/user-attachments/assets/20a6e44b-fd46-4e6c-8ea6-aad436035753" alt="Available in the Chrome Web Store" /></a>
41-
<a href="https://addons.mozilla.org/firefox/addon/gitingest/" target="_blank" title="Get GitIngest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/c0e99e6b-97cf-4af2-9737-099db7d3538b" alt="Get The Add-on for Firefox" /></a>
42-
<a href="https://microsoftedge.microsoft.com/addons/detail/nfobhllgcekbmpifkjlopfdfdmljmipf" target="_blank" title="Get GitIngest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/204157eb-4cae-4c0e-b2cb-db514419fd9e" alt="Get from the Edge Add-ons" /></a>
40+
<a href="https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood" target="_blank" title="Get Gitingest Extension from Chrome Web Store"><img height="48" src="https://github.com/user-attachments/assets/20a6e44b-fd46-4e6c-8ea6-aad436035753" alt="Available in the Chrome Web Store" /></a>
41+
<a href="https://addons.mozilla.org/firefox/addon/gitingest/" target="_blank" title="Get Gitingest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/c0e99e6b-97cf-4af2-9737-099db7d3538b" alt="Get The Add-on for Firefox" /></a>
42+
<a href="https://microsoftedge.microsoft.com/addons/detail/nfobhllgcekbmpifkjlopfdfdmljmipf" target="_blank" title="Get Gitingest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/204157eb-4cae-4c0e-b2cb-db514419fd9e" alt="Get from the Edge Add-ons" /></a>
4343
<!-- markdownlint-enable MD033 -->
4444

4545
The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
DELETE_REPO_AFTER: int = 60 * 60 # In seconds
66

77
EXAMPLE_REPOS: list[dict[str, str]] = [
8-
{"name": "GitIngest", "url": "https://github.com/cyclotruc/gitingest"},
8+
{"name": "Gitingest", "url": "https://github.com/cyclotruc/gitingest"},
99
{"name": "FastAPI", "url": "https://github.com/tiangolo/fastapi"},
1010
{"name": "Flask", "url": "https://github.com/pallets/flask"},
1111
{"name": "Tldraw", "url": "https://github.com/tldraw/tldraw"},

src/gitingest/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Command-line interface for the GitIngest package. """
1+
""" Command-line interface for the Gitingest package. """
22

33
# pylint: disable=no-value-for-parameter
44

src/gitingest/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Custom exceptions for the GitIngest package. """
1+
""" Custom exceptions for the Gitingest package. """
22

33

44
class InvalidPatternError(ValueError):

src/gitingest/ignore_patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Default ignore patterns for GitIngest. """
1+
""" Default ignore patterns for Gitingest. """
22

33
DEFAULT_IGNORE_PATTERNS: list[str] = [
44
# Python

src/gitingest/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Utility functions for the GitIngest package. """
1+
""" Utility functions for the Gitingest package. """
22

33
import asyncio
44
import functools

src/templates/api.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "base.jinja" %}
2-
{% block title %}Git ingest API{% endblock %}
2+
{% block title %}Gitingest API{% endblock %}
33
{% block content %}
44
<div class="relative">
55
<div class="w-full h-full absolute inset-0 bg-black rounded-xl translate-y-2 translate-x-2"></div>

src/templates/base.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description"
99
content="Replace 'hub' with 'ingest' in any Github Url for a prompt-friendly text">
1010
<meta name="keywords"
11-
content="GitIngest, AI tools, LLM integration, Ingest, Digest, Context, Prompt, Git workflow, codebase extraction, Git repository, Git automation, Summarize, prompt-friendly">
11+
content="Gitingest, AI tools, LLM integration, Ingest, Digest, Context, Prompt, Git workflow, codebase extraction, Git repository, Git automation, Summarize, prompt-friendly">
1212
<meta name="robots" content="index, follow">
1313
<!-- Favicons -->
1414
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">

0 commit comments

Comments
 (0)