{"id":13645916,"url":"https://github.com/benwr/gwipt","last_synced_at":"2025-05-16T17:02:44.961Z","repository":{"id":65147605,"uuid":"582823350","full_name":"benwr/gwipt","owner":"benwr","description":"Automatically commit all edits to a wip branch with ChatGPT commit messages","archived":false,"fork":false,"pushed_at":"2025-03-12T05:18:50.000Z","size":169,"stargazers_count":125,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-13T23:30:39.455Z","etag":null,"topics":["chatgpt","git","llm","workflow-automation"],"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/benwr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-Apache-2.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-28T00:58:48.000Z","updated_at":"2025-04-28T04:49:27.000Z","dependencies_parsed_at":"2023-02-07T14:15:25.296Z","dependency_job_id":null,"html_url":"https://github.com/benwr/gwipt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benwr%2Fgwipt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benwr%2Fgwipt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benwr%2Fgwipt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benwr%2Fgwipt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benwr","download_url":"https://codeload.github.com/benwr/gwipt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254573589,"owners_count":22093731,"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":["chatgpt","git","llm","workflow-automation"],"created_at":"2024-08-02T01:02:44.935Z","updated_at":"2025-05-16T17:02:44.914Z","avatar_url":"https://github.com/benwr.png","language":"Rust","funding_links":[],"categories":["Others","Rust"],"sub_categories":[],"readme":"# gwipt\n\nAutomatic work-in-progress commits with descriptive commit messages generated\nby LLMs.\n\nNever again worry about the tension between \"commit early, commit often\" and\n\"every commit needs a commit message\". All you need is an OpenAI API key, and\ngwipt will track every single change in your working directory, on a parallel\n`wip/` branch.\n\n## Usage\n\nMake sure the environment variable `OPENAI_API_KEY` is set to your personal\nAPI key. Then, `cd` into the repository, and...\n\n```bash\ngwipt\n```\n\nBoom! As long as the program is running, every change you make in the working\ntree is now saved, with a descriptive commit message that will be printed to\nstdout. Say you're on branch `A`; then all your changes (including untracked\nfiles) will be automatically committed to `wip/A`, and you can explore them\nwhenever you want.\n\nYou can see a few testing examples in the\n[wip/main](https://github.com/benwr/gwipt/commits/wip/main) branch of this\nrepository. Every commit there that starts with `wip:` was generated by GPT-4o.\nThis is new and untested software, but I'm pleased enough with the results that\nI'm already using it for my personal projects.\n\n## Installation\n\n```bash\ncargo install gwipt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenwr%2Fgwipt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenwr%2Fgwipt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenwr%2Fgwipt/lists"}