You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,6 @@
2
2
3
3
A CLI tool to aggregate your codebase into a single Markdown file for use with Claude Projects or custom ChatGPTs.
4
4
5
-
## Features
6
-
7
-
- Aggregates all files in the specified directory and subdirectories
8
-
- Ignores common build artifacts and configuration files
9
-
- Outputs a single Markdown file containing the whole codebase
10
-
- Provides options for whitespace removal and custom ignore patterns
11
-
- View file size statistics with visual bar charts
12
-
- Watch mode for automatic rebuilding when files change
13
-
14
5
## How to Use
15
6
16
7
Start by running the CLI tool in your project directory:
@@ -23,6 +14,15 @@ This will generate a `codebase.md` file with your codebase.
23
14
24
15
Once you've generated the Markdown file containing your codebase, you can use it with AI models like ChatGPT and Claude for code analysis and assistance.
25
16
17
+
## Features
18
+
19
+
- Aggregates all files in the specified directory and subdirectories
20
+
- Ignores common build artifacts and configuration files
21
+
- Outputs a single Markdown file containing the whole codebase
22
+
- Provides options for whitespace removal and custom ignore patterns
23
+
- View file size statistics with visual bar charts
24
+
- Watch mode for automatic rebuilding when files change
25
+
26
26
### With ChatGPT:
27
27
28
28
1. Create a Custom GPT
@@ -37,7 +37,7 @@ For best results, re-upload the Markdown file before starting a new chat session
37
37
38
38
## Options
39
39
40
-
-`-i, --input <directory>`: Specify input directory (default: current directory)
0 commit comments