Skip to content

koba04/atom-fuzzy-grep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-fuzzy-grep package

demo

##Install

apm install atom-fuzzy-grep

##Usage

Hit ctrl-alt-g or , f f in vim-mode to toggle panel.

##Configuration

You can specify any command you want by Grep Command String option in package settings, ag is used by default.

If you wan to setup another one instead of ag here few examples:

ack -i --nocolor --nogroup --column

grep

grep -r -n --color=never

git grep

git grep -n -e

git grep used by default for git projects if you don't want to use it uncheck Detect Git Project And Use Git Grep option in package settings.

Check package settings for more info.

##Contributing

Feel free to open issue or send pull request.

About

Find files by keywords, regexp using ag, grep, ack or git-grep.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%