- Notifications
You must be signed in to change notification settings - Fork5
TextMate plugin (Cocoa) shell for running 'ack'
License
ggreer/AckMate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a fork of AckMate that allows you to useAg or Ack to search files. Since GitHub removed downloads, you can find the latest build of the pluginhere.
AckMate is aTextMate plugin for runningAck in a Cocoa window.
This plugin is only compatible with Mac OS X 10.5 and above.
Like many of you, I do this sort of thing to keep my family warm, clothed, and fed. Every hour I spend on AckMate is an hour that I'm not billing for.
If you find AckMate useful, a smalldonation is a great way to show your appreciation.
- Download the latest release from thedownloads section
- Save any unsaved documents you have open in TextMate
- Unpack the zip file and double-click the AckMate.tmplugin icon
Check the wiki for usage instructions.
AckMate's build process requiresRagel to be in your PATH.
I'm always willing to look at a pull request.
However,any pull requests that include changes to theackmate_ack.autogenerated
file will be ignored without comment.
Changes to ack itself should be directed to Andy Lester (the author of ack) via hisgithub repo. I will periodically rebase AckMate's version of ack against the offical ack release.