mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
cleanup
This commit is contained in:
parent
a9cb78e082
commit
61a7fb4188
1 changed files with 4 additions and 4 deletions
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
`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.
|
`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.
|
||||||
|
|
||||||
|
## 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](https://github.com/kirill-markin/repo-to-text/blob/main/examples/example_repo_snapshot_2024-06-08-11-35-28-UTC.txt).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Generates a text representation of a directory's structure.
|
- Generates a text representation of a directory's structure.
|
||||||
|
|
@ -48,10 +52,6 @@ You can customize the behavior of `repo-to-text` with the following options:
|
||||||
repo-to-text --debug
|
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](https://github.com/kirill-markin/repo-to-text/blob/main/examples/example_repo_snapshot_2024-06-08-11-35-28-UTC.txt).
|
|
||||||
|
|
||||||
## Install Locally
|
## Install Locally
|
||||||
|
|
||||||
To install `repo-to-text` locally for development, follow these steps:
|
To install `repo-to-text` locally for development, follow these steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue