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 Pull Request fixes/closes #2140. It changes the following: - If gitui fails to find a local config file, it falls back to global options under `$GITUI_HOME/gitui.ron` I followed the...

This Pull Request fixes/closes #2129, #2024 It changes the following: - show last commit date and last commit author on branchlist popup. - make it possible to sort by branch...

needs_work

It changes the following: - checks for `SOURCE_DATE_EPOCH` env and uses it as `build_date` I followed the checklist: - [ ] I added unittests - [X] I ran `make check`...

Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.11 to 0.1.12. Commits 8092f84 Bump to 0.1.12 73f816e Merge pull request #41 from Jules-Bertholet/emoji-presentation 6b503fa Support emoji presentation sequences 3885393 Merge pull request #39 from Jules-Bertholet/no-more-unicodedata...

dependencies

Currently we can not list the available remotes, add, rename or remove them. From the `BranchListPopup` we should allow opening a popup that provides that functionality. Mockup of this popup:...

good first issue
feature-request

This Pull Request fixes/closes #2205. It changes the following: - New config item `seek_up`,`seek_down` in `key_bindings.ron`. - Enable scrolling file preview without entering file. I followed the checklist: - [...

**Describe the bug** When staging changes: ``` staging all error: git error:invalid path: 'my-path-here'; class=Index (10) ``` A git repository is created using the `--git-dir=/path/to/$FOLDER` which will create the standard...

bug

**Is your feature request related to a problem? Please describe.** I often find that I enter a file and check its diff then go back to file tree. The steps...

feature-request

This pull request addresses #2196. It adds a `:` character to the signoff trailer by default. This character is necessary for complying with the Conventional Commits standard. I am not...