Go to file
2024-08-09 17:24:58 -07:00
code_to_prompt [add] Improved install strategy 2024-08-09 16:09:24 -07:00
.gitignore [add] Init 2024-08-07 13:46:01 -07:00
poetry.lock [add] Init 2024-08-07 13:46:01 -07:00
pyproject.toml [add] Init 2024-08-07 13:46:01 -07:00
README.md [add] Example usage 2024-08-09 16:17:00 -07:00

Install

Install from the remote host

pip3 install git+https://git.laziness.rocks/PootisPenserHere/code_to_prompt

Or download the repo and install from there

git clone https://git.laziness.rocks/PootisPenserHere/code_to_prompt
pip3 install code_to_prompt

Usage

Required Arguments

  • --path PATH or -p PATH: Specifies the directory path to process. This can be a relative path (e.g., . for the current directory) or an absolute path (e.g., /home/user/project_1).

Optional Arguments

  • --ignore IGNORE or -i IGNORE: Specifies files or directories to ignore. This option can be used multiple times to ignore several elements.

Examples

code_to_prompt --path ~/Documents/hello-world --ignore README.md