8 releases
0.1.7 | Apr 1, 2023 |
---|---|
0.1.6 | Mar 28, 2023 |
#170 in Cargo plugins
4KB
59 lines
rust_project_reader
A simple program that reads all the fiels of a rust project and copies them to the clipboard. This is useful for using with chatgpt/gpt-4.
Usage
to compile locally
cargo run --release <path_to_project_root>
to use the binary
cargo install rust_project_reader
cargo read <path_to_project_root>
Dependencies
~190–370KB