Blazing 💥 fast terminal-ui for git written in rust 🦀
Go to file
2020-03-17 11:35:22 +01:00
.vscode update in a loop 2020-03-16 23:03:13 +01:00
src fix: only add selected file 2020-03-17 11:35:22 +01:00
.gitignore initial commit 2020-03-15 18:42:15 +01:00
Cargo.lock show current repo status 2020-03-16 13:34:01 +01:00
Cargo.toml show current repo status 2020-03-16 13:34:01 +01:00
LICENSE.md add license 2020-03-16 15:42:56 +01:00
README.md support staging 2020-03-17 10:05:28 +01:00

gitterm

terminal ui (tui) frontend for git written in rust

todo

  • show files that changes
  • show files on index
  • colorize diff
  • only show diff of selected file
  • change detection
  • allow scrolling diff
  • support staging
  • show added files on working dir changes
  • allow selecting/diff index items
  • support unstaging
  • support committing
  • polling in thread
  • support push/pull
  • log view

resources