counsel-codesearch

Homepage: https://github.com/abingham/emacs-counsel-codesearch

Author: Austin Bingham

Updated:

Summary

Counsel interface for codesearch.el

Commentary

Description:

Adds support for using codesearch through counsel (ivy).

For more details, see the project page at
https://github.com/abingham/emacs-counsel-codesearch

For more details on codesearch, see its project page at
https://github.com/google/codesearch

Installation:

The simple way is to use package.el:

  M-x package-install counsel-codesearch

Example config:

  (require 'counsel-codesearch)

Dependencies