gitu
gitu copied to clipboard
A TUI Git client inspired by Magit
Trailing whitespaces are not shown in gitu yet. They should be visible (red background?)
Hi, It’d be great to be able to run the `log` command on file paths as well. Currently, the command only expects a revision/range, and I would like it to...
Found that a user had commented this, need to verify / fix it.
Hi, I believe it’s not possible to override the Git commands run by Gitu (or defined new Gitu commands) from the configuration file: https://github.com/altsem/gitu/blob/a0c2970/src/default_config.toml This might be out of scope...
Bumps the minor-patch group with 2 updates: [clap](https://github.com/clap-rs/clap) and [serde](https://github.com/serde-rs/serde). Updates `clap` from 4.5.15 to 4.5.16 Release notes Sourced from clap's releases. v4.5.16 [4.5.16] - 2024-08-15 Fixes (derive) Improve error...
`git add -p` has an option to edit a hunk before staging to choose which changes to include (and sometimes it can automatically split it). It would be nice if...
When I try to push to an SSH-authenticated repository and I am prompted for the passphrase of my SSH key, I cannot enter the passphrase and keystrokes are interpreted as...
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.18 to 1.0.0. Release notes Sourced from derive_more's releases. v1.0.0 - Finally a stable release derive_more is a library that adds derives for many of the standard...
I stringed this in a couple of minutes, so I am not sure whether this is enough. I tried to look for tests on collapsed sections, and couldn't find something...
When opening vim from gitu (when committing, for instance) on windows, the editor does not respond to keystrokes. The graphical version of vim seems to work just fine. Not sure...