https://github.com/m1guelpf/commit
Command palette-style Git client for blazing-fast commits.
https://github.com/m1guelpf/commit
git-client macos-app tauri-app
Last synced: 8 months ago
JSON representation
Command palette-style Git client for blazing-fast commits.
- Host: GitHub
- URL: https://github.com/m1guelpf/commit
- Owner: m1guelpf
- License: mit
- Created: 2023-08-04T13:10:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T06:51:42.000Z (over 2 years ago)
- Last Synced: 2025-04-13T08:26:36.830Z (12 months ago)
- Topics: git-client, macos-app, tauri-app
- Language: Rust
- Homepage:
- Size: 983 KB
- Stars: 251
- Watchers: 6
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 🔎 About Commit
Commit 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).
## 📸 Screenshots



## 🛠️ Development
To 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.
## 🙏 Acknowledgements
The 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.
## 📃 License
This project is open-sourced under the MIT license. See [the License file](LICENSE) for more information.