#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

#121 in Cargo plugins

Download history 1/week @ 2024-09-25 3/week @ 2024-10-02

352 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–7MB
~41K SLoC