{"id":28466445,"url":"https://github.com/frizadiga/textify","last_synced_at":"2026-05-19T02:08:46.810Z","repository":{"id":296363224,"uuid":"989728652","full_name":"frizadiga/textify","owner":"frizadiga","description":"Compile the Git repository into a single text file.","archived":false,"fork":false,"pushed_at":"2025-06-16T13:19:08.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T14:39:28.482Z","etag":null,"topics":["cli","git","repository","text"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frizadiga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-24T17:47:14.000Z","updated_at":"2025-06-16T13:19:12.000Z","dependencies_parsed_at":"2025-05-30T11:07:39.691Z","dependency_job_id":"257cc6b5-bc7d-457f-bf37-8a34cf4fe854","html_url":"https://github.com/frizadiga/textify","commit_stats":null,"previous_names":["frizadiga/textify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frizadiga/textify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frizadiga%2Ftextify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frizadiga%2Ftextify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frizadiga%2Ftextify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frizadiga%2Ftextify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frizadiga","download_url":"https://codeload.github.com/frizadiga/textify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frizadiga%2Ftextify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262671721,"owners_count":23346459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","git","repository","text"],"created_at":"2025-06-07T06:40:37.274Z","updated_at":"2026-05-19T02:08:46.802Z","avatar_url":"https://github.com/frizadiga.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# textify\n\n## Overview\n**textify** is a command-line tool designed to convert a local Git repository into a text file that contains the contents of the files within the repository. This utility allows developers to easily view file content without manually browsing through the repository structure.\n\n## Features\n- Convert local Git repositories to a structured text file.\n- Exclude large, binary, or specified files from the output.\n- Customizable file size threshold to exclude large files.\n- Progress tracking during the conversion process.\n\n## Installation\nTo install the necessary dependencies, run:\n```bash\ncargo build --release\n```\n\nTo install the tool globally, use:\n```bash\ncargo install --path .\n```\n\n## Usage\nYou can run the application from the command line as follows:\n\n```bash\ntextify -- [OPTIONS]\n```\n\n### Options\n- `--path \u003cPATH\u003e`: Path to the repository (defaults to the current directory).\n- `--output \u003cOUTPUT\u003e`: Specify the output file path.\n- `--threshold \u003cTHRESHOLD\u003e`: Set the file size threshold in MB (default is 0.1 MB).\n- `--include-all`: Include all files regardless of size or type.\n- By default, `textify` excludes files matched by `.gitignore`.\n- `--no-respect-gitignore`: Disable `.gitignore` filtering and include those files.\n- Hidden files (like `.env.example`) are included by default unless excluded by ignore rules.\n- `--debug`: Enable debug mode with verbose logging.\n\n### Example\n```bash\ncargo run -- --path /path/to/repo --output output.txt --threshold 1.0\n```\n\n## Contributing\nContributions are welcome! Please feel free to submit a pull request or raise an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrizadiga%2Ftextify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrizadiga%2Ftextify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrizadiga%2Ftextify/lists"}