| CARVIEW |
Every repository with this icon (
Every repository with this icon (
| Description: | "Ack in Project" TextMate bundle edit |
| Homepage: | edit |
| Public Clone URL: |
git://github.com/protocool/ack-tmbundle.git
Give this clone URL to anyone.
git clone git://github.com/protocool/ack-tmbundle.git
|
| Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:protocool/ack-tmbundle.git
|
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 14 16:51:10 -0700 2008 | initial commit [protocool] |
| |
Commands/ | Tue Jun 03 19:17:17 -0700 2008 | Recreated command but it still isn't appearing ... [drnic] |
| |
README.textile | Wed Aug 13 13:46:47 -0700 2008 | add a link pointing to lighthouse for bug reports [protocool] |
| |
Support/ | Sat Dec 27 15:11:57 -0800 2008 | add rel="stylesheet" to supporting css file fo... [chrisgemignani] |
| |
info.plist | Tue Jun 03 19:19:05 -0700 2008 | ok, coerced the item into the info.plist list [drnic] |
Ack Textmate Bundle.
Version 0.1
Type command-shift-a to ack your project in TextMate… ’nuff said.
You can learn more about ack at https://petdance.com/ack/.
Installation
- Run this:
cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle
Bugs
You can file tickets for any bugs using LightHouse.
Notes
The ack-standalone.sh script from https://petdance.com/ack/ is included in this bundle. You can use a different version of ack by setting the TM_ACK environment variable to point to your version.
This bundle has only been tested against this particular version of ack-standalone.
Per-project .ackrc
Ack normally honors the settings in your $HOME/.ackrc file. Additionally, any .ackrc file in your project directory (TM_PROJECT_DIRECTORY) will also be read.
You can switch-off loading of any .ackrc files in the ‘Advanced options’ drawer.
Background
The code is based on GrepInProject++ which was itself based on other’s code as below:
# By Henrik Nyh (https://henrik.nyh.se) 2007-06-26 # Free to modify and redistribute with credit. # Includes some minor modifications by Max (https://max.xaok.org/webtek) 2007-08-01 # Adds search UI plus some minor modifications by Robert Thurnher (https://soup.robert42.com) 2007-08-11 # Further modifications by Trevor Squires (https://somethinglearned.com) 2008-05-21











