dev-vcs/gitcomet::guru
- Ebuilds: 4, Testing: 0.2.3 Description:
GitComet is built for teams that want fast Git operations
with local-first privacy, familiar workflows, and open
source freedom.
Homepage:
https://gitcomet.dev/
https://github.com/Auto-Explore/GitComet
License: AGPL-3
Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 UoI-NCSA Unicode-3.0
ZLIB
dev-vcs/gitkay::guru
- Ebuilds: 1, Testing: 1.2.0 Description: A fast, native Wayland git history viewer — gitk, but okay
Homepage:https://github.com/Marenz/gitkay License: MIT
Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT OFL-1.1
UbuntuFontLicense-1.0 Unicode-3.0 ZLIB
dev-vcs/gitqlient::guru
- Ebuilds: 2, Testing: 1.6.3, Snapshot: 9999 Description:
GitQlient, pronounced as git+client is a multi-platform Git client originally forked from QGit.
Nowadays it goes beyond of just a fork and adds a lot of new functionality.
Homepage:https://github.com/francescmm/GitQlient License: LGPL-2.1
dev-vcs/lazygit::guru
- Ebuilds: 5, Testing: 0.65.0, Snapshot: 9999 Description:
A simple terminal UI for git commands, written in Go with the gocui library.
Rant time: You've heard it before, git is powerful, but what good is that power when everything is so damn hard to do? Interactive rebasing requires you to edit a goddamn TODO file in your editor? Are you kidding me? To stage part of a file you need to use a command line program to step through each hunk and if a hunk can't be split down any further but contains code you don't want to stage, you have to edit an arcane patch file by hand? Are you KIDDING me?! Sometimes you get asked to stash your changes when switching branches only to realise that after you switch and unstash that there weren't even any conflicts and it would have been fine to just checkout the branch directly? YOU HAVE GOT TO BE KIDDING ME!
If you're a mere mortal like me and you're tired of hearing how powerful git is when in your daily life it's a powerful pain in your ass, lazygit might be for you.
Homepage:https://github.com/jesseduffield/lazygit License: MIT Apache-2.0 BSD-2 BSD ISC MIT Unlicense
dev-vcs/llm-git::guru
- Ebuilds: 2, Testing: 5.1.0 Description:
llm-git is an AI-powered command-line tool that generates git commit
messages using Claude and other LLMs via OpenAI-compatible APIs. It
analyzes staged changes and creates conventional commit messages
automatically. The tool supports multiple AI providers including
Anthropic Claude, OpenAI, and other OpenAI-compatible endpoints.
Features include automatic diff analysis, conventional commit format,
clipboard support, and customizable prompts via Jinja2 templates.
Homepage:https://github.com/can1357/llm-git License: MIT