Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Formatting
  • Loading branch information
FilippoLeone authored Apr 16, 2024
1 parent 4087bad commit ed27c83
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,10 @@ Where:

Example usage:

llm_code_prompter /path/to/directory

llm_code_prompter /path/to/directory "*.py"

llm_code_prompter /path/to/directory "*.py" "tests/,__pycache__/"

llm_code_prompter /path/to/directory "*.py" "tests/,__pycache__/" win32
llm_code_prompter /path/to/directory
llm_code_prompter /path/to/directory "*.py"
llm_code_prompter /path/to/directory "*.py" "tests/,__pycache__/"
llm_code_prompter /path/to/directory "*.py" "tests/,__pycache__/" win32

The script will read the contents of the specified directory, including any optional files (like OBJECTIVE.md and PROMPT.md), and then concatenate the contents of all the matching Python files. The resulting text will be copied to the system clipboard, so you can paste it into your LLM prompt.

Expand Down

0 comments on commit ed27c83

Please sign in to comment.