Skip to content

VasKho/igrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ws-selector

This plugin is developed to interactively run recursive grep of files contents in current buffer directory.

Installation

This package isn’t available on MELPA, so to install it you may use straight or just copy igrep.el to your emacs configuration directory.

Requirements You need to install ripgrep.

(use-package igrep
  :straight (igrep :type git :host github :repo "VasKho/igrep")
  :bind ("M-s M-r" . igrep))

Configuration

It’s possible to set new binds on the following functions:

igrepNo bind
igrep-select-next-candidateC-n or TAB
igrep-select-prev-candidateC-p or <backtab>
igrep-open-file-at-lineRET
igrep-quitC-g
FunctionDefault bind

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published