bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.3k stars 42 forks source link

Help section hides the git command result below on small height terminal #41

Closed Morikko closed 2 years ago

Morikko commented 2 years ago

2021-07-26_09-09 git fuzzy help

The help section is very helpful and beautiful :) However it takes so much space that in an IDE integrated terminal, I often did not see the list below.

Would it be possible to add a setting to hide it and maybe a shortcut to toggle it ? Also, an idea is to make it visible on terminal with the height bigger than a size to define ?

The same for the git command. I am not sure it is very helpful on a daily basis for every body. Maybe it would be worth making it visible as a setting (even debug ?) or shortcut.

Any time git command output is used in preview or listing, there is a header with the command run (useful for copy-pasting or just knowing what's happening). You can optionally enable debugging switches to see other commands being run in the background or how commands are routed.

The copy/paste use case is a bit broken because one will miss all the parameters passed through variable like GF_LOG_MENU_PARAMS

HirenHiranandani-at commented 2 years ago

Fixed by https://github.com/bigH/git-fuzzy/pull/45