gitu icon indicating copy to clipboard operation
gitu copied to clipboard

A TUI Git client inspired by Magit

Results 58 gitu issues
Sort by recently updated
recently updated
newest added

I am not sure how to configure this. When `EDITOR` is configured to nano, gitu is failing to open tracked/untracked files: ``` $ nano changed_file.txt ! Couldn't open editor nano...

Just as the title, maybe gitu could respect `.git/info/exclude` and not to show them in the file tree. Since I'm trying to use gitu to manage my dotfiles, listing every...

Hi, Many thanks for creating this tool. I suggest adding this tool to https://github.com/microsoft/winget-pkgs to make it easier to update on Windows. Also, there's tools like https://github.com/vedantmgoyal9/winget-releaser for automatically updating...

``` warning: ignoring -C extra-filename flag due to -o flag error: Proper syntax: #[display(fmt = "My format", "arg1", "arg2")] --> src\ops\editor.rs:80:11 | 80 | #[display(fmt = _.0)] | ^^^^^^^^^ warning:...

@rynoV I've been hacking around and testing things out. I opened up this new PR, but it continues on your work. I'd appreciate any input on the code! :) To...

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 30. This release includes the previously tagged commit. Release notes Sourced from cachix/install-nix-action's releases. v30 Nix: 2.24.7 -> 2.24.9, fixing GHSA-6fjr-mq49-mm2c Commits 08dcb3a Merge pull...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. Release notes Sourced from actions/cache's releases. v4.1.0 What's Changed Fix cache-hit output when cache missed by @​fchimpan in actions/cache#1404 Deprecate save-always input by @​joshmgross...

dependencies
github_actions

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. Release notes Sourced from codecov/codecov-action's releases. v4.6.0 What's Changed build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by @​dependabot in codecov/codecov-action#1481 build(deps): bump actions/checkout from...

dependencies
github_actions

Bumps the minor-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [arboard](https://github.com/1Password/arboard) | `3.4.0` |...

dependencies
rust

Trying to display the log on an empty branch results in a panic. Steps to reproduce: - mkdir example - cd example - git init - gitu (and press `l...