Skip to content

thomasf/ack-and-a-half

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 

Repository files navigation

About

ack-and-a-half.el provides a simple compilation mode for the perl grep-a-like ack (http://petdance.com/ack/).

Installation

Add the following to your .emacs:

(add-to-list 'load-path "/path/to/ack-and-a-half")
(require 'ack-and-a-half)
;; Create shorter aliases
(defalias 'ack 'ack-and-a-half)
(defalias 'ack-same 'ack-and-a-half-same)
(defalias 'ack-find-file 'ack-and-a-half-find-file)
(defalias 'ack-find-file-same 'ack-and-a-half-find-file-same)

This will load the ack-and-a-half functions, and create shorter aliases for them.

Credits

ack-and-a-half was created from ack.el and full-ack.el. Both had features that I liked, but neither was satisfactory on its own. Thus ack-and-a-half was born.

Contributors

Many thanks to the following people for their contributions:

  • Alexey Lebedeff
  • Andrew Stine
  • Derek Chen-Becker
  • Gleb Peregud
  • Kim van Wyk
  • Ronaldo M. Ferraz
  • Ryan Thompson
  • Simão Mata

About

ack.el + full-ack.el = ack-and-a-half.el (Yet another emacs front-end to ack)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%