gex
gex copied to clipboard
Git Explorer: cross-platform git workflow improvement tool inspired by Magit
Hi, I usually launch emacs only for magit, so I am interested in gex `gex` command fails when the locale is non-English: ```bash $ gex --version gex 0.3.2 $ echo...
I tried starting `gex` (`0.3.2` installed via `cargo`) while I was in the middle of resolving some conflicts during an interactive rebase, and it immediately panics with the following: ```...
Just tried gex out but I had a lot of unstaged changes and the UI didn't seem to cope with the currently selected item 20-30 items off screen.
 
I added a [Nix](https://nixos.org/nix) package for `gex` in https://github.com/NixOS/nixpkgs/pull/196931.
So far I'm really enjoying using `gex`, coming from `tig` -> `gitui`, I realized that `gex` allows me to do most of what I really used those tools for in...
W.I.P Add stash abilities to gex (beyond the current stash commands)
It would be good if we could have a `diff` command where you can then diff against a specific commit from a log view, or against a specific branch from...
### Type of Feature New Feature ### Description This is a small UX upgrade. If a user specifies an `editor` in their config then we should open that editor when...
### Type of Feature New Feature ### Description Small change. I feel like many terminal programs for Mac take configs in the ~/.config directory (nvim, hx, etc). Provide this ability...