Skip to content

Commit 96baf9b

Browse files
committed
Other: Update README.
1 parent 73a4220 commit 96baf9b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/deanthecoder.svg?style=social&label=Follow%20%40deanthecoder)](https://twitter.com/deanthecoder)
2-
# CodeIngest
3-
**CodeIngest** is a cross-platform C# tool that recursively scans a directory of source files, filters out noise (comments, using statements, namespaces), and generates a flattened source dump designed for GPT code review or large-scale source inspection.
2+
# Code Ingest
3+
**Code Ingest** creates a single flattened source file from your codebase, optimized for ChatGPT and other AI models to review.
4+
5+
It scans entire folders of source code, strips out distractions like comments, import statements, and namespace wrappers, and outputs a streamlined and readable version suitable for large-scale analysis or AI understanding.
46
![CodeIngest Screenshot](img/app.png)
57

68
## Features

img/app.png

11.9 KB
Loading

0 commit comments

Comments
 (0)