Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kde/gitklient

Graphical Git Client
https://github.com/kde/gitklient

Last synced: 4 days ago
JSON representation

Graphical Git Client

Awesome Lists containing this project

README

        

[![pipeline](https://invent.kde.org/sdk/gitklient/badges/master/pipeline.svg)](https://invent.kde.org/sdk/gitklient/-/pipelines)

# GitKlient

Git gui client for KDE

## Build

Install Qt via online installer or your distro's package manager
```
sudo apt install qt5-default 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 kdoctools-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
```

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