Skip to content

Commit a55619e

Browse files
committed
Updated toml and readme.
1 parent 36fa57c commit a55619e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git2prompt"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Fabio Thomaz Molinar <[email protected]>"]
55
description = "git2prompt is a command-line tool that takes a GitHub repository URL, downloads its contents, and generates a single text file optimized for use as input to AI tools."
66
readme = "README.md"

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Sometimes you only need a single folder from a repository (instead of downloadin
4444

4545
`git2prompt rust-lang/rust-by-example -f src`
4646

47+
You can also restrict processing to only the files impacted by a GitHub pull request.
48+
49+
`git2prompt --pr 123 rust-lang/rust-by-example`
50+
4751
## **Filtering**
4852

4953
**git2prompt** automatically ignores certain common file types and directories to keep the output clean.
@@ -90,4 +94,8 @@ Before pushing to *crates.io*, run the following:
9094
3. `cargo test`
9195
4. `cargo clippy`
9296

93-
If all good, `cargo package` and then `cargo publish`.
97+
If all good:
98+
99+
1. Update version on `Cargo.toml`.
100+
2. Commit and push.
101+
3. Run `cargo package` and then `cargo publish`.

0 commit comments

Comments
 (0)