vladshablinsky / ack2

ack 2.0 is a greplike tool optimized for programmers searching large heterogeneous trees of source code.

Home Page:http://beyondgrep.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's just a dummy fork with empty commits

ack 2.0

ack is a code-searching tool, similar to grep but optimized for programmers searching large trees of source code. It runs in pure Perl, is highly portable, and runs on any platform that runs Perl.

ack is written and maintained by Andy Lester (andy@petdance.com).

Building

ack requires Perl 5.8.8 or higher. Perl 5.8.8 was released January 2006.

# Required
perl Makefile.PL
make
make test
sudo make install # for a system-wide installation (recommended)
# - or -
make ack-standalone
cp ack-standalone ~/bin/ack2 # for a personal installation

Build status: Build Status

Development

Developer's Guide

Design Guide

Community

TODO

About

ack 2.0 is a greplike tool optimized for programmers searching large heterogeneous trees of source code.

http://beyondgrep.com/

License:Other


Languages

Language:Perl 99.5%Language:Parrot 0.2%Language:Ruby 0.1%Language:C 0.1%Language:Makefile 0.0%Language:Fortran 0.0%Language:ASP 0.0%Language:HTML 0.0%Language:JavaScript 0.0%Language:Emacs Lisp 0.0%Language:Shell 0.0%Language:Lua 0.0%Language:CMake 0.0%Language:Python 0.0%Language:PHP 0.0%Language:Rebol 0.0%