diff --git a/README.md b/README.md index bf1cdf2a..3ad5924b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# GitIngest +# Gitingest -[![Image](./docs/frontpage.png "GitIngest main page")](https://gitingest.com) +[![Image](./docs/frontpage.png "Gitingest main page")](https://gitingest.com) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cyclotruc/gitingest/blob/main/LICENSE) [![PyPI version](https://badge.fury.io/py/gitingest.svg)](https://badge.fury.io/py/gitingest) @@ -37,9 +37,9 @@ pip install gitingest ## 🧩 Browser Extension Usage -Available in the Chrome Web Store -Get The Add-on for Firefox -Get from the Edge Add-ons +Available in the Chrome Web Store +Get The Add-on for Firefox +Get from the Edge Add-ons The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension). diff --git a/src/config.py b/src/config.py index 1958f30a..9b9553cd 100644 --- a/src/config.py +++ b/src/config.py @@ -5,7 +5,7 @@ DELETE_REPO_AFTER: int = 60 * 60 # In seconds EXAMPLE_REPOS: list[dict[str, str]] = [ - {"name": "GitIngest", "url": "https://github.com/cyclotruc/gitingest"}, + {"name": "Gitingest", "url": "https://github.com/cyclotruc/gitingest"}, {"name": "FastAPI", "url": "https://github.com/tiangolo/fastapi"}, {"name": "Flask", "url": "https://github.com/pallets/flask"}, {"name": "Tldraw", "url": "https://github.com/tldraw/tldraw"}, diff --git a/src/gitingest/cli.py b/src/gitingest/cli.py index 7da0b1f6..6a4b4700 100644 --- a/src/gitingest/cli.py +++ b/src/gitingest/cli.py @@ -1,4 +1,4 @@ -""" Command-line interface for the GitIngest package. """ +""" Command-line interface for the Gitingest package. """ # pylint: disable=no-value-for-parameter diff --git a/src/gitingest/exceptions.py b/src/gitingest/exceptions.py index b101f2e8..bfb3888b 100644 --- a/src/gitingest/exceptions.py +++ b/src/gitingest/exceptions.py @@ -1,4 +1,4 @@ -""" Custom exceptions for the GitIngest package. """ +""" Custom exceptions for the Gitingest package. """ class InvalidPatternError(ValueError): diff --git a/src/gitingest/ignore_patterns.py b/src/gitingest/ignore_patterns.py index c2b382ce..a1a902df 100644 --- a/src/gitingest/ignore_patterns.py +++ b/src/gitingest/ignore_patterns.py @@ -1,4 +1,4 @@ -""" Default ignore patterns for GitIngest. """ +""" Default ignore patterns for Gitingest. """ DEFAULT_IGNORE_PATTERNS: list[str] = [ # Python diff --git a/src/gitingest/utils.py b/src/gitingest/utils.py index c93c26a0..3c28da8a 100644 --- a/src/gitingest/utils.py +++ b/src/gitingest/utils.py @@ -1,4 +1,4 @@ -""" Utility functions for the GitIngest package. """ +""" Utility functions for the Gitingest package. """ import asyncio import functools diff --git a/src/templates/api.jinja b/src/templates/api.jinja index c5e57bdb..85fa0c3b 100644 --- a/src/templates/api.jinja +++ b/src/templates/api.jinja @@ -1,5 +1,5 @@ {% extends "base.jinja" %} -{% block title %}Git ingest API{% endblock %} +{% block title %}Gitingest API{% endblock %} {% block content %}
diff --git a/src/templates/base.jinja b/src/templates/base.jinja index 5b3e899f..7c8359cf 100644 --- a/src/templates/base.jinja +++ b/src/templates/base.jinja @@ -8,7 +8,7 @@ + content="Gitingest, AI tools, LLM integration, Ingest, Digest, Context, Prompt, Git workflow, codebase extraction, Git repository, Git automation, Summarize, prompt-friendly">