atom-git-grep icon indicating copy to clipboard operation
atom-git-grep copied to clipboard

git-grep in atom editor

git-grep package

git grep in atom editor.

Install

apm install git-grep

How to use

Set your keybind.cson as you like.

'.workspace':
  'cmd-k cmd-g': 'git-grep:grep' # default

Root of git grep is always current root of workspace.