gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.15. Release notes Sourced from clap's releases. v4.0.15 [4.0.15] - 2022-10-13 Fixes (error) Don't suggest -- when it doesn't help (error) Be more consistent in...
It changes the following: - groups common items for components initialization in an Environment to reduce some repetition I followed the checklist: - [ ] I added unittests - [x]...
**Is your feature request related to a problem? Please describe.** Sometimes I want to look at something specific, like a file blame or a branch view. Currently this means starting...
fixes #1252 It changes the following: - adds fg colors to the theme for tags and branches - displays local branches as labels on their respective commit heads I followed...
**Describe the bug** Arrow keys doesn't work in Wezterm **To Reproduce** Steps to reproduce the behavior: 1. Install wezterm 2. Install gitui 3. Use arrow key 4. See error **Expected...
Hi there! I've been using GitUI for a few days and I've been really enjoying it :) I was wondering if it would be possible to add a "hard reset"...
I use an SSH proxy to reach a private git host. This is done by first authenticating then using a tunnel for the connection. This tunnel is routed using `GIT_SSH_COMMAND`....
I am coming over from `magit`, I am really enjoying the application. Thank you for this work! I have a lot of pre-commit routines setup but sometimes I just need...
**Describe the bug** I use mostly ssh key to push and when using gitui to push it jusr error out with `git error:Couldn't find credentials ` **To Reproduce** Steps to...
**Is your feature request related to a problem? Please describe.** Often views of diffs, or file blames, or commit lists are very long. Quickly finding some element or piece of...