Skip to content
/ ack3 Public
forked from beyondgrep/ack3

ack 3 CURRENTLY UNDER DEVELOPMENT: Join ack-dev on Google Groups or email andy@petdance.com for an invite to the ack Slack. For the latest released ack, see https://github.com/beyondgrep/ack2 or https://beyondgrep.com/

License

Notifications You must be signed in to change notification settings

trapd00r/ack3

 
 

Repository files navigation

Build status of dev branch

ack 3

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

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

Building

ack requires Perl 5.10.1 or higher. Perl 5.10.1 was released August 2009.

# Required
perl Makefile.PL
make
make test
sudo make install # For a system-wide installation
# - or -
make ack-standalone
cp ack-standalone ~/bin/ack3 # For a personal installation

Development

Community

See the Community page.

License

Copyright 2005-2019 Andy Lester.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License v2.0. See also the LICENSE.md file that comes with the ack distribution.

About

ack 3 CURRENTLY UNDER DEVELOPMENT: Join ack-dev on Google Groups or email andy@petdance.com for an invite to the ack Slack. For the latest released ack, see https://github.com/beyondgrep/ack2 or https://beyondgrep.com/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 92.5%
  • Prolog 5.4%
  • Other 1.7%
  • Parrot 0.2%
  • Ruby 0.1%
  • C 0.1%