Convert a directory structure and its contents into a single text file, including the tree output and file contents in markdown code blocks.
Project description
repo-to-text
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.
Features
- Generates a text representation of a directory's structure.
- Includes the output of the
treecommand. - Saves the contents of each file, encapsulated in markdown code blocks.
- Copies the generated text representation to the clipboard for easy sharing.
- Easy to install and use via
pipand Homebrew.
Install Locally
To install repo-to-text locally for development, follow these steps:
-
Clone the repository:
git clone https://github.com/kirill-markin/repo-to-text cd repo-to-text
-
Install the package locally:
pip install -e .
Installing Dependencies
To install all the required dependencies, run the following command:
pip install -r requirements.txt
Usage
After installation, you can use the repo-to-text command in your terminal. Navigate to the directory you want to convert and run:
repo-to-text
This will create a file named repo_snapshot_YYYY-MM-DD-HH-MM-SS-UTC.txt in the current directory with the text representation of the repository. The contents of this file will also be copied to your clipboard for easy sharing.
Options
You can customize the behavior of repo-to-text with the following options:
-
--output-dir <path>: Specify an output directory where the generated text file will be saved. For example:repo-to-text --output-dir /path/to/output
This will save the file in the specified output directory instead of the current directory.
-
--debug: Enable DEBUG logging. By default,repo-to-textruns with INFO logging level. To enable DEBUG logging, use the--debugflag:repo-to-text --debug
Example Output
The generated text file will include the directory structure and contents of each file. For a full example, see the example output for this repository.
Running Tests
To run the tests, use the following command:
pytest
Uninstall
To uninstall the package, run the following command from the directory where the repository is located:
pip uninstall repo-to-text
Contributing
Contributions are welcome! If you have any suggestions or find a bug, please open an issue or submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
This project is maintained by Kirill Markin. For any inquiries or feedback, please contact markinkirill@gmail.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file repo_to_text-0.1.1.tar.gz.
File metadata
- Download URL: repo_to_text-0.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
731796d8903e2721c769fc6768e1ce8ca3755fc0c163b380480c32c4050b952d
|
|
| MD5 |
4d032a5e8512292b0c8b15d650ee5b89
|
|
| BLAKE2b-256 |
8838df0ead8c8584e16b987d1117d69295fc35ccffe1134027a169c3d3c1382c
|
File details
Details for the file repo_to_text-0.1.1-py3-none-any.whl.
File metadata
- Download URL: repo_to_text-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82140ec17705420c4e35c384b83dbddd38609163c94a97429d00190bfd4b5e95
|
|
| MD5 |
11f83782803babd0f4de00a0396b7546
|
|
| BLAKE2b-256 |
4ae8f4a6d788b60d629c38c1ab7501d04c53363d4705029778edc40c172f65b9
|