rust图形编程_Rust写的git命令行图形界面

blazing fast terminal-ui for git written in rust

features

fast and intuitive key only control

context based help (no need to remember any hot-key)

inspect/commit changes (incl. hooks: commit-msg/post-commit)

(un)stage files/hunks, revert/reset files/hunk

browse commit log

scalable ui layout

async git API for fluid control

known limitations

core.hooksPath config not supported

revert/reset hunk in working dir (see #11)

motivation

I do most of my git usage in a terminal but I frequently found myself using git UIs for some use cases like: index/commit, diff, stash and log.

Over the last 2 years my go-to GUI tool f

你可能感兴趣的:(rust图形编程)