{"id":26122634,"url":"https://github.com/djego/prt","last_synced_at":"2026-03-06T01:01:19.719Z","repository":{"id":281594485,"uuid":"861546735","full_name":"djego/prt","owner":"djego","description":"Pull Request Tool (PRT) is a Text-based User Interface application for developers, you can use in anywhere terminal client ","archived":false,"fork":false,"pushed_at":"2026-01-11T05:34:05.000Z","size":155,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T12:43:20.297Z","etag":null,"topics":["cli","homebrew","pull-requests","ratatui","rust","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djego.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-09-23T05:31:28.000Z","updated_at":"2026-01-11T05:34:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc5c6094-b8c9-4add-b863-dc53b6b1ebab","html_url":"https://github.com/djego/prt","commit_stats":null,"previous_names":["djego/prt"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/djego/prt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djego%2Fprt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djego%2Fprt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djego%2Fprt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djego%2Fprt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djego","download_url":"https://codeload.github.com/djego/prt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djego%2Fprt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30156842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","homebrew","pull-requests","ratatui","rust","tui"],"created_at":"2025-03-10T15:12:12.746Z","updated_at":"2026-03-06T01:01:19.665Z","avatar_url":"https://github.com/djego.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PRT: Pull request TUI\n\n## Description\nTUI for managing pull requests on GitHub.\n\n## Installation\n\n### Using Homebrew\n\nJust tap the repository and install the application.\n```\nbrew tap djego/prt\nbrew install prt\n```\n\n### build from source\n\nGo to releases and download the latest version for your platform.\n\n```\nchmod a+x prt\nsudo mv prt /usr/local/bin\n```\n\n## Usage\n\nYou should have a GitHub token in order to use this application (PAT)\n\nYou can create one [here](https://github.com/settings/tokens).\n\nAfter that, you can run the application with the following command:\n````bash\nprt\n````\nInsert PAT and you are ready to go!\n\n## Development\n\n### Nix Development Environment (Recommended)\n\nThis project includes a complete Nix flakes environment with Rust 1.92.0, Git, and all development tools pre-configured.\n\n**Prerequisites**: \n- [Nix](https://nixos.org/download.html) with flakes enabled\n- [direnv](https://direnv.net/) (optional, for automatic environment loading)\n\n**Quick Start**:\n\n```bash\n# Clone the repository\ngit clone https://github.com/djego/prt.git\ncd prt\n\n# Option 1: With direnv (automatic)\ndirenv allow\n# Environment loads automatically!\n\n# Option 2: Manual\nnix develop\n```\n\n**Custom Development Commands**:\n\nThe Nix environment includes convenient shortcuts:\n\n```bash\nbuild              # Build the project\nbuild-release      # Build optimized release\nrun                # Run the application\ntest               # Run all tests\ntest-one \u003cname\u003e    # Run specific test\ncheck              # Quick compilation check\nfmt                # Format code\nclippy             # Lint code\nclippy-pedantic    # Strict linting\n```\n\n**Example Workflow**:\n\n```bash\ncd prt\ncheck              # Quick verification\nbuild              # Compile\ntest               # Run tests\nrun                # Execute\n```\n\n📖 **Full Documentation**: See [NIX_SETUP.md](NIX_SETUP.md) for complete setup guide, troubleshooting, and advanced usage.\n\n### Traditional Development (without Nix)\n\nIf you prefer to use standard Rust tools without Nix:\n\n```bash\n# Clone the repository\ngit clone https://github.com/djego/prt.git\ncd prt\n\n# Install dependencies and run\ncargo update\ncargo run\n```\n\n## Demo\n![prt demo](https://github.com/user-attachments/assets/dda30cbf-7e9f-47fe-b091-dbb1d630d4a8)\n\nEnjoy creating pull requests from TUI with PRT 🚀!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjego%2Fprt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjego%2Fprt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjego%2Fprt/lists"}