| Crates.io | githem |
| lib.rs | githem |
| version | 0.4.0 |
| created_at | 2025-09-23 10:05:24.150206+00 |
| updated_at | 2025-09-23 10:05:24.150206+00 |
| description | Githem CLI - Git repository management tool |
| homepage | https://get.githem.com |
| repository | https://github.com/rotkonetworks/githem |
| max_upload_size | |
| id | 1851283 |
| size | 40,322 |
Transform git repositories into LLM-ready text.
Usage: githem-cli [OPTIONS] [SOURCE]
Arguments:
[SOURCE] Repository source (local path or git URL, defaults to current directory) [default: .]
Options:
-o, --output <OUTPUT> Output file (default: stdout)
-i, --include <INCLUDE> Include only files matching pattern (can be specified multiple times)
-e, --exclude <EXCLUDE> Exclude files matching pattern (in addition to .gitignore)
-s, --max-size <MAX_SIZE> Maximum file size in bytes (default: 1MB) [default: 1048576]
-b, --branch <BRANCH> Branch to checkout (remote repos only)
-u, --untracked Include untracked files
-q, --quiet Quiet mode (no header output)
-h, --help Print help
-V, --version Print version