Replies: 4 comments 9 replies
-
Hi @neo-apz, delta tries to invoke a pager automatically. By default it tries to use
I'm converting this to a Discussion because it's not a bug or feature request. |
Beta Was this translation helpful? Give feedback.
-
In case you are coming here because you are on MacOS and when you run OS: macOS 14.4.1 (23E224) Before:
After:
|
Beta Was this translation helpful? Give feedback.
-
hi @neo-apz, sorry for bothering you. I'm getting the same issue from Reproduction$ distrobox create --name fedora --image fedora
$ distrobox enter fedora
[distrobox] sudo dnf install git-delta
[distrobox] distrobox-export --bin $(which delta)
[distrobox] exit
$ which delta
/home/scarf/.local/bin/delta Situation
pagination works normally using
all the three above only worked inside distrobox. it did not work outside distrobox.
the output was same for both in and outside distrobox.
System
|
Beta Was this translation helpful? Give feedback.
-
Can you
vs.
There should be an
|
Beta Was this translation helpful? Give feedback.
-
I'm experiencing an issue when running
git log
that causes the command to keep producing output and because there are many commits on my branch, the command just keeps printing. It seems no pagination is happening. Everything else works great and only this is causing an issue.Beta Was this translation helpful? Give feedback.
All reactions