Skip to content

Instantly share code, notes, and snippets.

@umiyosh
Last active April 22, 2022 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umiyosh/67cbcaf978e965bae0608e421f844501 to your computer and use it in GitHub Desktop.
Save umiyosh/67cbcaf978e965bae0608e421f844501 to your computer and use it in GitHub Desktop.
Example for passing git log to fzf with color without pager

unbuffer git --no-pager log --date=iso --pretty=format:'%x09%C(yellow)%h%Creset - <%x09%C(cyan bold)%an%Creset> %ce - %cd - %C(magenta reverse)%d%Creset %s ' --abbrev-commit|fzf --ansi

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment