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

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.209. Release notes Sourced from serde's releases. v1.0.209 Fix deserialization of empty structs and empty tuples inside of untagged enums (#2805, thanks @​Mingun) v1.0.208 Support...

dependencies

Bumps [gix](https://github.com/Byron/gitoxide) from 0.64.0 to 0.66.0. Release notes Sourced from gix's releases. gix v0.66.0 New Features add objects::tree::diff::Platform::stats() to quickly obtain diff-stats. This function is inspired by git2 which also...

dependencies

Bumps [which](https://github.com/harryfei/which-rs) from 6.0.2 to 6.0.3. Release notes Sourced from which's releases. 6.0.3 Enhance tracing feature with some debug level logs for higher level logic. Changelog Sourced from which's changelog....

dependencies

Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.6 to 2.4.0. Changelog Sourced from indexmap's changelog. 2.4.0 Added methods IndexMap::append and IndexSet::append, moving all items from one map or set into another, and leaving the...

dependencies

**Describe the bug** Line-breaks colour is rendered verbatim, as the HEX colour. **To Reproduce** Add the following to your `theme.ron` ```ron ( line_break: Some("#005e8b") ) ``` **Expected behavior** Hunks in...

bug

Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.27.0 to 0.28.0. Release notes Sourced from ratatui's releases. v0.28.0 0.28.0 - 2024-08-07 "If you are what you eat, then I only want to eat the good...

dependencies

**Describe the bug** `gitui` crashes. **To Reproduce** ~~Unreproducible. Roughly: several different origins and branches. Some branches exist only on remotes.~~ I am now able to reproduce this reliably when HEAD...

bug

**Is your feature request related to a problem? Please describe.** Starting `--watcher` mode depends on manual input or shell aliasing on the system. **Describe the solution you'd like** Configure default...

feature-request

When opened in a sub-directory of a git repository, the log view crashes. Replacing `gix::open` by `gix::discover` fixes this issue. `gix::open` errors when the passed directory is not a git...

related to #358 , but https://github.com/dandavison/delta has wrong highlight when diffing `.vue` files. my draft implementation: ![image](https://github.com/user-attachments/assets/b9db8a52-39bf-4d59-b860-58df7bea9876) delta: ![image](https://github.com/user-attachments/assets/bed18412-cb3a-446d-b723-386623aacf56) my impletation diffs the whole file twice, so the performance may...

feature-request