gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Blazing 💥 fast terminal-ui for git written in rust 🦀

Results 470 gitui issues
Sort by recently updated
recently updated
newest added

Prototype tracking binary sizes via posthog

feature-request

currently (un)staging/reset hunk uses an obscure method that requires specific diff mechanics and therefore broke recently: #1746 the cleaner approach is to use the info about a hunk (what line...

feature-request

**Describe the bug** Selecting multiple lines doesn't appear to work on macOS using the Apple Terminal. This appears to be to do with the terminal rather than the OS, since...

bug
help wanted

see https://github.com/helix-editor/nucleo. seems pretty new (release `0.0.0`) and not sure it will work as a drop-in replacement yet. but seems pretty fast. depends on https://github.com/helix-editor/nucleo/issues/15

feature-request
dormant

fix for https://github.com/extrawurst/gitui/issues/1316 resubmitting after commit cleanup the actual fix is - if execution fails on windows - attempt to rerun as `cmd /c ` - if that fails then...

**Is your feature request related to a problem? Please describe.** Currently you can only view the log of HEAD, tags, branches and stashes. But I can't enter an arbitrary git...

feature-request

This Pull Request fixes/closes #1729. It changes the following: - Restore the left-arrow shortcut in the diff view. This is usually a more natural keybind to use when entering the...

dormant

It changes the following: - Adds a new tab for worktrees - Can run in bare repositories - Changing current worktrees - Lock/Unlock Worktree - Prune/Force Prune worktree - Indicate...

dormant

**Describe the bug** It is not possible to configure the color of the title of the currently active block directly. That's the orange part on the following screenshot: ![image](https://github.com/extrawurst/gitui/assets/26804763/4853becf-f50c-4887-9717-f3e6350aec96) As...

feature-request

new PR for #1662 - the old one was getting cluttered OK. we are close :-) I did everything you said. Notes: Should stash msg dialog be multi or single?...