rustprojectreader

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

bash cargo run --release <path_to_project_root>

to use the binary

bash cargo rust_project_reader <path_to_project_root>