{"id":13838421,"url":"https://github.com/m1guelpf/commit","last_synced_at":"2025-08-12T21:07:25.370Z","repository":{"id":186178277,"uuid":"674653109","full_name":"m1guelpf/commit","owner":"m1guelpf","description":"Command palette-style Git client for blazing-fast commits.","archived":false,"fork":false,"pushed_at":"2023-08-20T06:51:42.000Z","size":1007,"stargazers_count":251,"open_issues_count":8,"forks_count":7,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-13T08:26:36.830Z","etag":null,"topics":["git-client","macos-app","tauri-app"],"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/m1guelpf.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},"funding":{"github":"m1guelpf"}},"created_at":"2023-08-04T13:10:30.000Z","updated_at":"2025-04-05T12:01:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"2e7cc43c-1391-4133-905b-5eedb7138480","html_url":"https://github.com/m1guelpf/commit","commit_stats":null,"previous_names":["m1guelpf/commit"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/m1guelpf/commit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1guelpf%2Fcommit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1guelpf%2Fcommit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1guelpf%2Fcommit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1guelpf%2Fcommit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m1guelpf","download_url":"https://codeload.github.com/m1guelpf/commit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1guelpf%2Fcommit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270135072,"owners_count":24533202,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["git-client","macos-app","tauri-app"],"created_at":"2024-08-04T15:01:56.389Z","updated_at":"2025-08-12T21:07:25.311Z","avatar_url":"https://github.com/m1guelpf.png","language":"Rust","funding_links":["https://github.com/sponsors/m1guelpf"],"categories":["Rust"],"sub_categories":[],"readme":"![Commit: A command-palette style Git client for blazing fast commits](https://github.com/m1guelpf/commit/assets/23558090/327d643a-11fe-43f2-b385-343727439bb6)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/m1guelpf/commit/releases/download/v1.0.2/Commit_1.0.2_aarch64.dmg\"\u003e\u003cimg src=\"https://img.shields.io/badge/M1%20Mac-gray?logo=apple\" /\u003e\u003c/a\u003e\u0026nbsp;\n  \u003ca href=\"https://github.com/m1guelpf/commit/releases/download/v1.0.2/Commit_1.0.2_x64.dmg\"\u003e\u003cimg src=\"https://img.shields.io/badge/Intel%20Mac-gray?logo=apple\" /\u003e\u003c/a\u003e\u0026nbsp;\n  \u003ca href=\"https://github.com/m1guelpf/commit/issues/5\"\u003e\u003cimg src=\"https://img.shields.io/badge/Windows-0078D6?style=flat\u0026logo=windows\u0026logoColor=white\" /\u003e\u003c/a\u003e\u0026nbsp;\n  \u003ca href=\"https://github.com/m1guelpf/commit/issues/6\"\u003e\u003cimg src=\"https://img.shields.io/badge/Linux-1793D1?style=flat\u0026logo=linux\u0026logoColor=white\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## 🔎 About Commit\nCommit is the world's simplest Git client. Open it with a keyboard shortcut, write your commit, and you're done! Commit will automatically detect which repo you've been working on, and even push for you (if you ask it to).\n\n## 📸 Screenshots\n\n![Commit window, dark mode](https://github.com/m1guelpf/commit/assets/23558090/b0727cbf-4807-4549-9eeb-93a8ca10ee98)\n![Commit window, light mode](https://github.com/m1guelpf/commit/assets/23558090/ec6ee4f7-3b1b-499e-b4f1-487994fa9710)\n![Settings window, dark mode](https://github.com/m1guelpf/commit/assets/23558090/6a5b6018-7835-40bb-9e82-2ada9a91cd4a)\n\n\n## 🛠️ Development\n\nTo run Commit locally, you'll need a local installation of [Rust](https://www.rust-lang.org/) and [pnpm](https://pnpm.io). Once you have both, install the Tauri CLI with `cargo install tauri-cli`, and run `cargo tauri dev` to start the development service, which will auto-reload on any changes.\n\n## 🙏 Acknowledgements\n\nThe idea to build this app came from [TailwindUI's Commit template](https://tailwindui.com/templates/commit), along with the initial design for the widget and the logo.\n\n## 📃 License\n\nThis project is open-sourced under the MIT license. See [the License file](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1guelpf%2Fcommit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm1guelpf%2Fcommit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1guelpf%2Fcommit/lists"}