ceo optimisation

This commit is contained in:
Kirill Markin 2024-06-14 09:40:17 +02:00
parent cfb04dfcd1
commit 3b5a3d8cd2

View file

@ -1,4 +1,4 @@
# repo-to-text
# Repository to Text Conversion: repo-to-text command
`repo-to-text` is an open-source project that converts the structure and contents of a directory (repository) into a single text file. By executing a simple command in the terminal, this tool generates a text representation of the directory, including the output of the `tree` command and the contents of each file, formatted for easy reading and sharing. This can be very useful for development and debugging with LLM.