issues
search
ggreer
/
the_silver_searcher
A code-searching tool similar to ack, but faster.
http://geoff.greer.fm/ag/
Apache License 2.0
26.2k
stars
1.43k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[REQUEST] If both -a and --ignore-dir are specified on command line, please respect the --ignore-dir argument(s)
#1546
jolsen-mitsu
opened
4 days ago
0
False Positives Returned
#1545
markovejnovic
opened
1 month ago
2
Missing ack compatibility for ignoring filetypes with `--no<filetype>`
#1544
dkaszews
opened
1 month ago
0
ag get wrong result using regular expression
#1543
Lithiumion007
opened
1 month ago
0
Inverse of `.ignore` file (like `.include`) or explicit include support in `.ignore` file
#1542
etosan
opened
1 month ago
1
Citing ag
#1541
RichardLitt
opened
2 months ago
0
bash-completion: port to v2 API
#1540
eli-schwartz
opened
5 months ago
0
Depends on deprecated pcre library
#1539
hhartzer
opened
7 months ago
1
Missing `S_ISSOCK` for stdin check
#1538
Jarred-Sumner
opened
8 months ago
1
Bash completion script is broken with bash-completion v2.12.0
#1537
jasonkarns
opened
8 months ago
3
Entries in .gitignore are applied to the wrong base directory
#1536
rtpt-alexanderneumann
opened
9 months ago
1
changed the way malloc is handled in options.c
#1535
DobryPpz
opened
11 months ago
0
feat: add .jinja to list of file types
#1534
mikaello
opened
11 months ago
0
Don't produce excessive linefeeds on binary file matches
#1533
l29ah
opened
12 months ago
0
ag does not work on tmpfs/cgroup filesystem
#1532
jirib
opened
1 year ago
0
memory leak in function 'parse_options'
#1531
JoraGevorgyan
closed
8 months ago
1
feat: include OSC8 escape codes in output
#1530
WhyNotHugo
opened
1 year ago
0
ag incorrectly parses [.][^.]*$
#1529
fragmede
opened
1 year ago
0
ignore patterns should not directory below their source file
#1528
arenevier
opened
1 year ago
0
Add per-directory .gitignore support
#1527
gene-pavlovsky
opened
1 year ago
0
2.2.0: test suite uses cram which is no longer maintained
#1526
kloczek
opened
1 year ago
0
src/zfile.c: Use off_t instead of off64_t
#1525
listout
opened
1 year ago
2
Confused about flag `--print-long-lines`: long lines seem to be printed by default? But can't turn that behavior *off* or modify it? (like `--print-long-lines=false` or `--print-long-lines=200` or something?)
#1524
dwawlyn
opened
1 year ago
1
wrong output on osx default terminal
#1523
peteris-zealid
opened
1 year ago
0
If the file doesn't exist, skip search instead of throwing errors
#1522
StarFishing
opened
1 year ago
1
define _LARGEFILE64_SOURCE in musl systems
#1521
listout
closed
1 year ago
0
ag not finding accent letters in case insensitive search explicitly with -i option
#1520
scodro
opened
1 year ago
0
"bus error" on Mac OS with specific test file and regex
#1519
fizbin
opened
1 year ago
1
Compilation stoped on qualifier from pointer target type [-Wcast-qual]
#1518
adamvm
opened
1 year ago
1
Travis CI badge is broken
#1517
Quipyowert2
opened
1 year ago
0
--make file type...
#1516
panduit-joeb
opened
1 year ago
0
Anyone want to help with a friendly fork of this project?
#1515
johnsonjh
opened
1 year ago
8
--js: recognize .cjs/.mjs as js files
#1514
we11adam
opened
1 year ago
0
Running any search within a specific directory opens a file in that directory in Visual Studio
#1513
matthew-wozniczka
opened
1 year ago
0
Add 'bzl' as a valid extension for Bazel
#1512
Bu11etmagnet
opened
1 year ago
0
`ag -u` won't search a submodule if its directory is in .gitignore
#1511
pacenathan
opened
1 year ago
0
Stable order of files
#1510
gauravjuvekar
opened
1 year ago
0
Update man page
#1509
hezhizhen
opened
1 year ago
0
Documenting ackmate format
#1508
masad-frost
opened
1 year ago
0
add lf file type for Lingua Franca programs
#1507
cmnrd
opened
1 year ago
1
duplicate symbols link failure caused by not using extern in headers
#1506
todd-richmond
opened
1 year ago
1
error when trying to ./build.sh in git repo
#1505
Toni500github
opened
1 year ago
0
README links: add the_platinum_searcher
#1504
vitaly-zdanevich
opened
1 year ago
0
How to configure ag into vim
#1503
JerromyCh
opened
2 years ago
3
をそのまま返します。 これは、Promise#thenメソッドでRejectedなPromiseを返すことで、throw文を使わずにPromiseをrejectする方法と同じです。 // resolveFnは**Fulfilled**なPromiseインスタンスを返している // Async Functionは自動的にPromiseを返すので、単に値を返しても同じ async function resolveFn() { return Promise.resolve("値"); } resolveFn().then((value) => { console.log(value); // => "値" }); // rejectFnは**Rejected**なPromiseインスタンスを返している async function rejectFn() { return Promise.reject(new Error("エラーメッセージ")); } rejectFn().catch((error) => { console.log(error.message);
#1502
foxHunter2000
opened
2 years ago
0
-L has false positives in certain files due to newlines
#1501
jmhodges-color
opened
2 years ago
1
Add --stats-only and --print-all-files to bash completion
#1500
dougthor42
opened
2 years ago
0
The `--stats-only` option does not have tab-completion
#1499
dougthor42
opened
2 years ago
1
List empty files without -u
#1498
otto-dev
opened
2 years ago
0
ag not printing empty files with -l
#1497
otto-dev
opened
2 years ago
1
Next