From 304d40368003cc873ff59427d3cb0bfeebd1ee34 Mon Sep 17 00:00:00 2001 From: gmanka Date: Fri, 19 Dec 2025 02:08:14 +0500 Subject: [PATCH] add metainfo and .desktop file these files are required to publish app on flathub related to #2810 --- package/io.github.gitui_org.gitui.desktop | 7 +++ .../io.github.gitui_org.gitui.metainfo.xml | 53 +++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 package/io.github.gitui_org.gitui.desktop create mode 100644 package/io.github.gitui_org.gitui.metainfo.xml diff --git a/package/io.github.gitui_org.gitui.desktop b/package/io.github.gitui_org.gitui.desktop new file mode 100644 index 0000000000..cb7a36a471 --- /dev/null +++ b/package/io.github.gitui_org.gitui.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=GitUI +Comment=Terminal-ui for git +Exec=gitui +Terminal=true +Type=Application +Icon=io.github.gitui_org.gitui diff --git a/package/io.github.gitui_org.gitui.metainfo.xml b/package/io.github.gitui_org.gitui.metainfo.xml new file mode 100644 index 0000000000..fc4e63f7d1 --- /dev/null +++ b/package/io.github.gitui_org.gitui.metainfo.xml @@ -0,0 +1,53 @@ + + + io.github.gitui_org.gitui + + GitUI + Terminal-ui for git + + MIT + MIT + + + cruessler & extrawurst + + + +

+ GitUI provides you with the comfort of a git GUI but right in your terminal. +

+ +

Features:

+
    +
  • Fast and intuitive keyboard-only control.
  • +
  • Context-based help (no need to memorize tons of hot-keys).
  • +
  • Inspect, commit, and amend changes (including hooks: pre-commit, commit-msg, post-commit, prepare-commit-msg).
  • +
  • Stage, unstage, revert and reset files, hunks and lines.
  • +
  • Stashing: save, pop, apply, drop, and inspect.
  • +
  • Push / fetch to / from remotes.
  • +
  • Branch list: create, rename, delete, checkout, and manage remotes.
  • +
  • Browse and search the commit log; view diffs of committed changes.
  • +
  • Responsive terminal UI.
  • +
  • Async git API for fluid control.
  • +
  • Submodule support.
  • +
  • gpg commit signing with shortcomings (with some limitations).
  • +
+
+ + io.github.gitui_org.gitui + + + Development + RevisionControl + + + + gitui + + + https://github.com/gitui-org/gitui + https://github.com/gitui-org/gitui/issues + + + +