Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/kommit
Graphical Git Client
https://github.com/kde/kommit
Last synced: 4 days ago
JSON representation
Graphical Git Client
- Host: GitHub
- URL: https://github.com/kde/kommit
- Owner: KDE
- License: gpl-3.0
- Created: 2023-03-25T09:09:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-01T02:16:15.000Z (7 months ago)
- Last Synced: 2024-05-01T12:01:57.170Z (7 months ago)
- Language: C++
- Homepage: https://invent.kde.org/sdk/kommit
- Size: 9.43 MB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[![pipeline](https://invent.kde.org/sdk/kommit/badges/master/pipeline.svg)](https://invent.kde.org/sdk/kommit/-/pipelines)
# Kommit
Git gui client for KDE
## Build
Install Qt via online installer or your distro's package manager
```
sudo apt install qt5-qmake qt5-qmake-bin libqt5core5a libqt5gui5 libqt5concurrent5
```Install required packages
```
sudo apt install libkf5config-dev libkf5configwidgets5 libkf5configwidgets-dev libkf5coreaddons-dev libkf5crash-dev libkf5dbusaddons-dev libkf5doctools-dev libkf5i18n-dev libkf5xmlgui-dev libkf5kio-dev libkf5kiocore5 libkf5kiogui5 libkf5kiowidgets5 libkf5textwidgets-dev libkf5texteditor-dev cmake make extra-cmake-modules gettext libkf5syntaxhighlighting-dev libkf5syntaxhighlighting-data libkf5syntaxhighlighting-tools libgit2-dev
```Navigate to source dir and do these steps
```
mkdir build
cd build
cmake ..
make -j 8
make install
```## TODO list
- Rebase support
- Make a new visual graph for doing merge or rebase
- Finalize merge tool (some ui improvement needed)
- Authors view
- Show file history in differential view (like wikipedia)
- Reports (including chart and data)
- Commits per authors
- Commits per weekday and month day
- Projects lines count per each author
- Custom actions support (e.g. clang-format)## Features
Show overlay icons on files in the Dolphin file manager
Browse files in another branch or commit and view files content
Autocomplete on writing commit messages
Graph view for commits and merges
Show changes on visual way
See differences and conflicts and resolve them by visual tool