-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refine git log
and the Pretty-Print with fzf
+ bat
#555
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/junegunn/fzf-git.sh does not have the alias for git log
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I should consider --exact match more better, but that is more wide scope 👌 |
Looks like same as `git log --pretty=oneline` Using cut, tab is useful. But the display width is not good
kachick
changed the title
Refine
Refine Apr 8, 2024
git pp(log with Pretty-Print)
and the fzf filtergit log
and the Pretty-Print with fzf
+ bat
🤖 removed 🗑️ staging ⬢ from ghcr.io
|
This comment has been minimized.
This comment has been minimized.
🤖 removed 🗑️ staging ⬢ from ghcr.io
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #521
Resolves a part of #499, so closes #499 for now
Update #248
tig and lazygit is slow in large repository like the nixpkgs
gitui is enough speed, but I feel standardizing with fzf is better for now.