Option to select repos with a specific file in them #9246
Unanswered
DragonEggBedrockBreaking
asked this question in
Code Search and Navigation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can use multiple modloaders to make Minecraft mods, most commonly Forge or Fabric. Both types of mods are written in Java. All fabric mods have a file called
fabric.mod.json
. If I want to search for a certain thing in only fabric mods, I would like to be able to doquery language:java has:fabric.mod.json
. Naturally,has:
is not the same aspath:
-has:
is for returning results where the file is anywhere in that repo, whereaspath:
is for returning results in a specific file.Beta Was this translation helpful? Give feedback.
All reactions