An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


git2txt



Converts a Git repository to a single TXT file


[![Crates.io](https://img.shields.io/crates/v/git2txt.svg)](https://crates.io/crates/git2txt)
[![Documentation](https://docs.rs/git2txt/badge.svg)](https://docs.rs/git2txt)
![Build](https://github.com/EstebanBorai/git2txt/workflows/build/badge.svg)
![Clippy](https://github.com/EstebanBorai/git2txt/workflows/clippy/badge.svg)
![Formatter](https://github.com/EstebanBorai/git2txt/workflows/fmt/badge.svg)

## 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).