Geoff Greer
a61f1780b6
Merge pull request #1424 from sanjaymsh/ppc64le
Travis-ci: added support for ppc64le
2 months ago
sanjay-cpu
0da08b76af
Travis-ci: added support for ppc64le
2 months ago
Geoff Greer
5a1c8d83ba
Fix test.
7 months ago
Geoff Greer
cb9941b4bb
Merge pull request #1393 from JFLarvoire/winget
Document how to install ag.exe for Windows using winget
7 months ago
JFLarvoire
ed0fe56e79
Document how to install ag.exe for Windows using winget
8 months ago
Geoff Greer
5600c1b6b1
Merge pull request #1389 from aswild/getenv-segfault
options: fix segfault when TERM or HOME isn't set
8 months ago
Geoff Greer
6169c2d608
Merge pull request #1392 from corelight-chris/master
Change bro filetype support to zeek.
8 months ago
Geoff Greer
9b23390076
Merge pull request #1390 from matthewhughes934/fix-list_file_types-test
Add missing whitespace to test
8 months ago
Christopher M. Hobbs
01f2a97ab6
Change bro filetype support to zeek.
8 months ago
Allen Wild
0da483f0a5
tests: add empty_environment test, fix whitespace in list_file_types
Verify that ag works with no environment variables set.
8 months ago
Matthew Hughes
d949e71d9d
Add missing whitespace to test
This fixes the failing test.
* Add missing indentation (missed in c95d72f
)
* Add missing newline at end of file (removed with 328afb2
)
8 months ago
Allen Wild
1dae7a25a3
options: fix segfault when TERM or HOME isn't set
Regression from 3289ab8fba
, if TERM isn't
set in the environment, getenv returns NULL which we shouldn't strcmp.
Similarly guard against using home_dir if it's null when looking for
global gitignore files.
This can be reproduced and tested with `env -i ./ag foo`.
8 months ago
Geoff Greer
a9917e4490
Merge pull request #1326 from Redfoxymoon/master
midipix support
8 months ago
Geoff Greer
cd0705f12a
Merge pull request #1350 from sergeyklay/feature/zephir-support
Add Zephir support
8 months ago
Geoff Greer
8a7032e89b
Merge pull request #1387 from yymm/master
Add support for Vue SFC
8 months ago
Geoff Greer
f7b15a0b03
Merge pull request #1384 from felipefiali/master
Add support for Bazel files
8 months ago
Geoff Greer
3f6ecb6c02
Merge pull request #1377 from shlomif/fix-multi-defs-of-globals
Fix multiple global symbols definitions.
8 months ago
Geoff Greer
092d73b190
Merge pull request #1330 from MicahElliott/clojure-add-edn-file-type
Add .edn file type for clojure files
8 months ago
Geoff Greer
56e73c9f0a
Merge pull request #1332 from wgrr/nodefault-color
Default to no color when $TERM is dumb
8 months ago
Geoff Greer
0aa76d6bfe
Merge pull request #1383 from Alexis-D/ad/add-gradle
Add --gradle
8 months ago
Geoff Greer
6342a8ed28
Merge pull request #1374 from equwal/master
Update link to ack3
8 months ago
Geoff Greer
e55cc9baa6
Merge pull request #1372 from dzmitry-lahoda/patch-1
added fzf
8 months ago
Geoff Greer
4fc15ecd70
Merge pull request #1359 from nbarrios1337/fix_bash_completion
Update bash completion script to reflect v2.0 changes
8 months ago
Geoff Greer
594c447d28
Merge pull request #1362 from veprbl/patch-1
README: add NixOS/Nix/Nixpkgs instructions
8 months ago
yuya yano
cbebe3b77e
Add support for Vue SFC
8 months ago
Felipe Fiali
c95d72f3e7
Add support for Bazel files
9 months ago
Alexis Daboville
31376c9c5c
Add --gradle
9 months ago
Shlomi Fish
21eaa1c416
Fix multiple global symbols definitions.
See the use of extern here:
* https://www.geeksforgeeks.org/understanding-extern-keyword-in-c/
* https://en.wikipedia.org/wiki/External_variable
*
https://stackoverflow.com/questions/496448/how-to-correctly-use-the-extern-keyword-in-c
10 months ago
Spenser Truex
293697938c
Update link to ack3
New version has a new repo.
11 months ago
Dzmitry Lahoda
cba17bc01f
added fzf
11 months ago
Dmitry Kalinkin
232b85bed5
README: add NixOS/Nix/Nixpkgs instructions
1 year ago
Geoff Greer
b93c271993
Merge pull request #1358 from gliptak/patch-1
Bring Ubuntu to 16.04 in Travis
1 year ago
Nicolas Barrios
860046891c
Updated bash completion script to reflect v2.0 changes
1 year ago
Gábor Lipták
9fc018f0f1
Bring Ubuntu to 16.04 in Travis
1 year ago
Geoff Greer
a509a8172b
Fix formatting.
1 year ago
Geoff Greer
de3e3c7cac
Merge pull request #1354 from emoses/master
Fix ignore patterns in subdirectories with leading slashes
1 year ago
Evan Moses
755c6e5c06
Fix ignore patterns in subdirectories with leading slashes
Currenetly if you have an ignore file in a subdirectory "sub" with a pattern
like
/ignorethis
The directory sub/ignorethis will be ignored if you run ag from
within sub, but it won't be ignored if you run it from sub's parent.
that is
$ ag needle
will search files in sub/ignorethis, but
$ cd sub
$ ag needle
Will not. This is a bug
1 year ago
Serghei Iakovlev
328afb27d3
Add Zephir support
1 year ago
Wagner Riffel
3289ab8fba
default to no color when terminal is dumb
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
1 year ago
Micah Elliott
c1514aeee0
Add .edn file type for clojure files
It's common that you'd want edn files to show up in your clojure
searching.
https://github.com/edn-format/edn
1 year ago
Ørjan Malde
b34f3e385e
midipix support
midipix uses the musl libc, which provides the same bits as on linux.
1 year ago
Geoff Greer
965f71dcbc
Merge pull request #1245 from kpengboy/fix_-L
Fix -L again and decouple from -v
1 year ago
Geoff Greer
55eaaddab5
Merge pull request #1306 from brianary/feature-windows-extensions
Add various Windows extensions
1 year ago
Geoff Greer
20941e2bfd
Merge pull request #1310 from DeeeeLAN/verilog/work
added .svh for verilog
1 year ago
Dillan Mills
41fd43f48c
added .svh for verilog
2 years ago
Brian Lalonde
09a7c68921
Fix trailing whitespace
2 years ago
Brian Lalonde
c951fc2c40
Add various Windows extensions
2 years ago
Geoff Greer
4f7aca7b01
Merge pull request #1270 from zealoussnow/fix-rpmbuild-error
fix rpmbuild error
2 years ago
Geoff Greer
7c70fe3b9b
Merge pull request #1287 from jacwah/pipe-link
Skip symlinks to named pipes
2 years ago
Geoff Greer
fa8cd32008
Merge pull request #1290 from aitzkora/master
add some extensions in uppercase for fortran files : now, the list has a length < 12
2 years ago