We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61be453 commit 737baceCopy full SHA for 737bace
Cargo.toml
@@ -6,12 +6,16 @@ description = "git2prompt is a command-line tool that takes a GitHub repository
6
readme = "README.md"
7
license = "Apache-2.0"
8
repository = "https://github.com/fabiomolinar/git2prompt"
9
-categories = ["command-line-interface", "parsing"]
+categories = [
10
+ "command-line-interface",
11
+ "parsing",
12
+ "text-processing"
13
+]
14
keywords = [
15
"command-line",
16
"parser",
17
"crawler",
- "AI prompt",
18
+ "AI",
19
"git2prompt"
20
]
21
edition = "2024"
0 commit comments