Skip to content

ghosty141/consult-git-log-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

consult-git-log-grep.el

grafik

consult-git-log-grep provides an interactive way to search the git log using consult.

Installation and Configuration

This package is available on MELPA and can be installed using M-x package-install or if use-package is installed:

(use-package consult-git-log-grep)

By default selecting a commit displays the output of "git show " in a new buffer. This may not be desired if magit is installed. To use magit to show the commit, set consult-git-log-grep-open-function to #'magit-show-commit

(use-package consult-git-log-grep
  :custom 
  (consult-git-log-grep-open-function #'magit-show-commit))

Usage

M-x consult-git-log-grep

About

Emacs consult interface to git log --grep

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published