MyGit
🚩收到GitHub仓库的更新通知

altsem/gitu

Fork: 83 Star: 1584 (更新于 2024-05-20 16:31:16)

license: MIT

Language: Rust .

A TUI Git client inspired by Magit

最后发布版本: v0.19.2 ( 2024-04-26 03:50:08)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

It's Gitu! - A Git porcelain outside of Emacs

CI codecov

A terminal user interface for Git. Inspired by Magit.

Features

Gitu aims to implement many of the core features of Magit over time. It should be familiar to any previous Magit users.
Here's a list of so-far supported features:

  • Staging/Unstaging (file, hunk, line)
  • Showing (view commits / open EDITOR at line)
  • Branching (checkout, checkout new)
  • Commiting (commit, amend, fixup)
  • Fetching
  • Logging (current, other)
  • Pulling / Pushing (You may want to configure a push.default)
  • Rebasing (elsewhere, abort, continue, autosquash, interactive)
  • Resetting (soft, mixed, hard)
  • Reverting (commit)
  • Stashing (save, pop, apply, drop)

Keybinds

Keybinds try mimic Magit, while staying Vim-like. A help-menu can be shown by pressing the h key, or by configuring general.always_show_help.enabled = true

Configuration

The environment variables GIT_EDITOR, VISUAL or EDITOR (checked in this order) dictate which editor Gitu will open.

Configuration is also loaded from:

  • Linux: ~/.config/gitu/config.toml
  • macOS: ~/.config/gitu/config.toml
  • Windows: %USERPROFILE%\AppData\Roaming\gitu\config.toml

, refer to the default configuration.

Installing Gitu

Follow the install instructions: Installing Gitu
Or install from your package manager:

Packaging status

Contributing

PRs are welcome! This may help to get you started: Development & Tooling

最近版本更新:(数据更新于 2024-05-01 09:12:42)

2024-04-26 03:50:08 v0.19.2

2024-04-22 00:03:00 v0.19.1

2024-04-21 20:04:01 v0.19.0

2024-04-20 22:56:02 v0.18.4

2024-04-20 22:50:23 v0.18.3

2024-04-20 21:00:23 v0.18.2

2024-04-18 00:17:13 v0.17.1

2024-04-17 23:59:35 v0.17.0

2024-04-14 20:32:32 v0.16.0

2024-04-10 23:32:27 v0.15.0

主题(topics):

cli, git, magit, standalone, tui

altsem/gitu同语言 Rust最近更新仓库

2024-05-20 09:16:05 lapce/lapce

2024-05-19 19:06:52 actix/actix-web

2024-05-18 17:46:26 extrawurst/gitui

2024-05-18 09:51:52 slawlor/ractor

2024-05-17 21:48:26 tailcallhq/tailcall

2024-05-17 20:37:18 hyperium/h2