branch: externals/ack commit 77528cc0b476db6c3033cc91e2d83f0f478621b3 Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
README.rst: More updates --- README.rst | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.rst b/README.rst index c0a0ba0..d73d57e 100644 --- a/README.rst +++ b/README.rst @@ -2,34 +2,34 @@ The Simple Emacs Interface to `Ack <http://beyondgrep.com>`_-like Tools ============================================================== -This package integrates `ack <http://beyondgrep.com>`_ and its large -set of options with `emacs <http://www.gnu.org/software/emacs>`_. The -resulting ``*ack*`` buffer is just like vanilla ``*grep*`` buffer but -the results come from your tool of choice. +This package integrates `ack <http://beyondgrep.com>`_ with `Emacs +<http://www.gnu.org/software/emacs>`_. The resulting ``*ack*`` buffer +is just like vanilla ``*grep*`` but results come from your tool of +choice. -Ack-like tools such as `the silver searcher (ag) +Not only ack, but Ack-like tools such as `the silver searcher (ag) <https://github.com/ggreer/the_silver_searcher>`_, `ripgrep (rg) <https://github.com/BurntSushi/ripgrep>`_ are well supported, as are -``git grep``, ``hg grep``. +``git grep`` and ``hg grep``. -The program guesses good defaults, but lets you give ``C-u`` to -customize directory to search in, as well as the give special commands -and switches. - -Just ``M-x ack`` or do something like ``(global-set-key (kbd "C-c -C-g") 'ack)``. - -It is part of `GNU ELPA <http://elpa.gnu.org>`_ - the official package -archive for `emacs <http://www.gnu.org/software/emacs>`_. Patches, -feature requests and bug reports are welcome. - -Colors are handled using the standard library ``ansi-color.el`` +The program guesses good defaults -- including searching for the thing +at point -- but lets you input ``C-u`` to customize the directory, +commands, switches etc... Install ------- +Ack is part of `GNU ELPA <http://elpa.gnu.org>`_ - the official package +archive for Emacs: + ``M-x package-install RET ack RET`` +Usage +----- + +Just ``M-x ack`` or do something like ``(global-set-key (kbd "C-c +C-g") 'ack)``. + Screenshots ----------- @@ -45,8 +45,8 @@ Screenshots :target: http://i.imgur.com/rwjC4pa.png :alt: ack-git-grep.png -Usage ------ +More Usage +---------- - Type ``M-x ack`` and provide a pattern to search. - Type ``C-u M-x ack`` to search from current project root.