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

This is a draft PR that is still somewhat rough around the edges. It replaces the `libgit2` logic in `get_diff` with `gitoxide`. A few things don’t work yet, but the...

**Describe the bug** gitui freezes on fetch at 0% and breaks ssh-agent. **To Reproduce** 1. In .bashrc: ``` eval `ssh-agent -s` ssh-add ~/.ssh/github ssh-add ~/.ssh/bitbucket ``` 2. Open git bash...

bug

In the "inspect commit" view, the left pane (for commit message and list of changed files) and the right pane (for viewing diff) each takes a half of the window....

## Summary\nCreate an AI-assisted commit flow that can draft commit messages based on the user\'s staged changes.\n\n## Requirements\n- Provide a UI entry point (button/modal) in the commit view to request...

This Pull Request fixes/closes #2669. It changes the following: - Added dynamic layout resizing in the status view - Introduced new keybindings (Alt+Arrow keys) to adjust horizontal and vertical splits...

**Describe the bug** When attempting to stage changes, if the `Ignore whitespaces` view option is set and the change has whitespace change the result is a: ``` hunk error: git...

bug

**Is your feature request related to a problem? Please describe.** I would like to be easily to do commit amend **Describe the solution you'd like** Maybe Shift + C to...

feature-request

**Describe the bug** After updating rust to 1.90 in pkgsrc, gitui 0.27.0 (the latest release) doesn't build any longer. **To Reproduce** Instlal rust 1.90, try building gitui 0.27.0. **Expected behavior**...

bug
pending-release

The logic that chooses the next unstaged change after staging a change is kind of janky and breaks my flow. I'll call this a bug, call it what you want....

good first issue
feature-request

Given one or two themes that are well known and already ported to gitui, we can use AI to generate other well known themes. This is an example of using...

feature-request