#clipboard #read #copies #chatgpt-gpt-4 #fiels

app 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.

9 releases

0.1.8 Mar 16, 2024
0.1.7 Apr 1, 2023
0.1.6 Mar 28, 2023

#132 in Cargo plugins

Download history 1/week @ 2024-02-21 17/week @ 2024-02-28 96/week @ 2024-03-06 116/week @ 2024-03-13 19/week @ 2024-03-20

248 downloads per month

GPL-3.0 license

5KB
62 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

~0.2–10MB
~62K SLoC