-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathackrc
More file actions
36 lines (27 loc) · 732 Bytes
/
ackrc
File metadata and controls
36 lines (27 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ignore case
--ignore-case
# lexically sort filenames
--sort-files
# Pipe the output through a pager by default
--pager=less
# Highlight the matching text
--color
# Print 1 line of context before and after a matching line
#--group
#--context=1
# Follow symlinks
--follow
# Print a filename heading above each file's results and
# print a break between results from different files
#--group
# Introduce Haml to ack
--type-set=haml=.haml
--type-set=django=.inc,.py,.txt
# Introduce CoffeeScript to ack
--type-set=coffeescript=.coffee
# Ignore vendor/ and log/ by default, for Rails projects
--ignore-dir=log
--ignore-dir=doc
--ignore-dir=app/assets/javascripts/rogue/ace
--ignore-dir=.sass-chache
--ignore-dir=public/assets