Metadata-Version: 2.4
Name: gitfourchette
Version: 1.5.0
Summary: The comfortable Git UI
Author: Iliyas Jorio
Project-URL: Homepage, https://gitfourchette.org
Project-URL: Documentation, https://gitfourchette.org/guide
Project-URL: Repository, https://github.com/jorio/gitfourchette
Project-URL: Issues, https://github.com/jorio/gitfourchette/issues
Project-URL: Changelog, https://github.com/jorio/gitfourchette/blob/master/CHANGELOG.md
Keywords: git
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygit2>=1.14.1
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-qt; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Requires-Dist: ruff; extra == "test"
Provides-Extra: pyqt6
Requires-Dist: pyqt6; extra == "pyqt6"
Provides-Extra: pyqt5
Requires-Dist: pyqt5; extra == "pyqt5"
Provides-Extra: pyside6
Requires-Dist: PySide6>=6.9; extra == "pyside6"
Provides-Extra: pygments
Requires-Dist: pygments>=2.12; extra == "pygments"
Provides-Extra: memory-indicator
Requires-Dist: psutil; extra == "memory-indicator"
Dynamic: license-file

# GitFourchette <a href="https://flathub.org/apps/org.gitfourchette.gitfourchette"><img height=42 alt="Get it on Flathub" src="https://flathub.org/api/badge?svg&locale=en" align=right><img src="gitfourchette/assets/icons/gitfourchette.png" alt="GitFourchette" height=42 align=right></a>

The comfortable Git UI for Linux.

- A comfortable way to explore and understand your Git repositories
- Powerful tools to stage code, create commits, and manage branches
- Snappy and intuitive Qt UI designed to fit in snugly with KDE Plasma

Learn more on GitFourchette’s homepage at [gitfourchette.org](https://gitfourchette.org).

![Screenshot of GitFourchette running under KDE Plasma 6](https://gitfourchette.org/_static/appstream/packshot-shadow-light.png)

## Documentation

- [GitFourchette's website](https://gitfourchette.org) ([source code](https://github.com/jorio/gitfourchette.org))
  - [How to install or run from source](https://gitfourchette.org/install.html)
  - [User’s Guide](https://gitfourchette.org/guide)
  - [Limitations](https://gitfourchette.org/limitations.html)
- [Changelog](CHANGELOG.md)
- [Localization guide](https://gitfourchette.org/localization.html)

## Install

- **Recommended: Get the [Flatpak](https://flathub.org/apps/org.gitfourchette.gitfourchette):**
   ```sh
   flatpak install flathub org.gitfourchette.gitfourchette
   ```

- Or, get a standalone AppImage from the [releases](https://github.com/jorio/gitfourchette/releases).

- Or, see [how to install or run from source](https://gitfourchette.org/install.html).

## About the project

I started out writing GitFourchette in my spare time to scratch my itch for a Git UI I’d feel cozy in. After plenty of “dogfooding it” to develop my other projects, I’m finally taking the plunge and releasing it publicly—maybe it’ll become your favorite Git client too.

## Translations welcome

Feel free to [localize GitFourchette for your language on Weblate](https://hosted.weblate.org/projects/gitfourchette/gitfourchette)—it's quick and easy, no need to set up any development tools. See also our [localization guide](https://gitfourchette.org/localization.html).

## Donate 🩷

GitFourchette is free—both as in beer and as in freedom. But if it helped you get work done, feel free to [buy me a coffee](https://ko-fi.com/jorio)! Any contribution will encourage the continuation of the project. Thank you!

## License

GitFourchette © 2025 Iliyas Jorio.
Distributed under the terms of the [GNU General Public License v3](LICENSE).
