Skip to content

telos-matter/Joojle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joojle   DEVELOPMENT STATUS: version 0.2

A knockoff version of Hoogle but for Java.

Heavily inspired by Tsoding, more specifically from these streams. With a couple of added features like filtering by method kind, visibility, or scope.

How-to

Usage:

A user interface has been implemented which makes the usage pretty straight forward. Simply drop the JAR file you want to search in and type your query. You could also search by method name.

If you need help on the query structure you could simply type /help and you will be presented with an explanation of the query structure, and a couple of examples.

Running:

The project is a Maven project, so after cloning the repository you could simply run:

$ mvn clean compile exec:java

UI/UX:

Here are some screenshots of what the user is presented with:

First window to drop or select the JAR file:

drop

When the JAR file has been loaded:

loaded

Searching for a constructor for example:

search constructor

Searching by name:

search name