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
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
/ /___ | (_) || (_| || __/ / /\/\ \ / /_//
8
8
\____/ \___/ \__,_| \___| \/ \//___,'
9
9
10
-
Ver. 0.0.3b
10
+
Ver. 0.0.3
11
11
```
12
12
13
13
# CodeMD
@@ -21,7 +21,22 @@ Ver. 0.0.3b
21
21
22
22
## 📝 Overview
23
23
24
-
Tired of copying code files one by one? CodeMD instantly collects all relevant code in Markdown format and copies it to your clipboard - ready for ChatGPT, Claude, or any LLM? CodeMD helps you convert your code files or entire codebase into a format that's optimal for code-related prompts with Large Language Models (LLMs) like GPT-4, Claude, and others. It automatically processes your code files and outputs them in a clean, markdown-formatted structure that's perfect for LLM interactions.
24
+
Tired of copying code files one by one? CodeMD instantly collects all relevant code in Markdown format and copies it to your clipboard - ready for ChatGPT, Claude, or any LLM.
25
+
26
+
Whether you need to process a single script or an entire codebase, CodeMD automatically:
27
+
- Formats your code into LLM-friendly markdown
28
+
- Preserves file structure and syntax highlighting
29
+
- Estimates token usage for GPT models
30
+
- Copies everything to your clipboard
31
+
32
+
Perfect for developers who want to:
33
+
- Get AI assistance with code review
34
+
- Ask LLMs about specific implementations
35
+
- Document and explain codebases
36
+
- Debug complex issues with AI help
37
+
38
+
No more manual copying and pasting - just run CodeMD and start chatting with your favorite LLM!
39
+
25
40
26
41
## ✨ Features
27
42
@@ -42,7 +57,7 @@ Tired of copying code files one by one? CodeMD instantly collects all relevant c
42
57
- Direct copy-to-clipboard support
43
58
- Multiple output options
44
59
45
-
### 🎉 Recent Updates (0.0.3b)
60
+
### 🎉 Recent Updates (0.0.3)
46
61
47
62
- ⭐ **NEW**: Single file processing support
48
63
- ⭐ **NEW**: Configurable output display (use `--print` to show output)
0 commit comments