ɴᴇᴏɢʀᴏᴋ
query examples
or, learn the query syntax from the ground upEvery query is regex
.printf
dot is a wildcard\.printf
escaped dot is a dotwhom?
OR[[:space:]]IMPLIED
multiline search!
Filter results by...
file:README test
(orf:
)repo:linux test
(orr:
)branch:pages test
(orb:
)lang:java test
Exclude certain kinds of repositories
fork:no test
(oryes
)public:no test
(oryes
)archived:no test
(oryes
)
Search for symbol definitions
As identified by universal-ctags.
Automatic case sensitivity
If a query is all-lowercase, it is case insensitive by default; otherwise it is case-sensitive by default. Change that with
case:
.Use double quotes for queries with spaces
Otherwise each word is parsed as a separate expression.
Logically compose expressions
Seriously, read the manual for this one.this -without_this
negate with a leading dashall of these
expressions are implicitly 'and'ed…any or of or these
…but explicitly 'or'ed(all of these) (any or of or these)
group expressions with parentheses