https://github.com/leoborai/git2txt
Converts a Git repository to a single TXT file
https://github.com/leoborai/git2txt
cli git git2txt llm txt
Last synced: 2 months ago
JSON representation
Converts a Git repository to a single TXT file
- Host: GitHub
- URL: https://github.com/leoborai/git2txt
- Owner: LeoBorai
- License: apache-2.0
- Created: 2024-12-14T03:17:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T05:16:47.000Z (over 1 year ago)
- Last Synced: 2025-02-28T10:40:58.373Z (over 1 year ago)
- Topics: cli, git, git2txt, llm, txt
- Language: Rust
- Homepage: https://crates.io/crates/git2txt
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
git2txt
Converts a Git repository to a single TXT file
[](https://crates.io/crates/git2txt)
[](https://docs.rs/git2txt)



## Development
This project uses the library/binary crate architecture, which means that you can
install it as a dependency in your project or use it as a standalone binary.
### Requirements
- [Rust](https://www.rust-lang.org/tools/install)
### Running
```bash
cargo r --
```
### Debugging
```bash
RUST_LOG=debug cargo r -- git@github.com:EstebanBorai/git2txt.git
```
### License
This project is dual licensed in both under the MIT License and the Apache License (Version 2.0).