https://github.com/hemmouda/joojle
Knockoff of Hoogle but for Java
https://github.com/hemmouda/joojle
filter hoogle jar java search
Last synced: 2 months ago
JSON representation
Knockoff of Hoogle but for Java
- Host: GitHub
- URL: https://github.com/hemmouda/joojle
- Owner: hemmouda
- License: mit
- Created: 2023-08-24T03:33:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T17:16:13.000Z (9 months ago)
- Last Synced: 2025-02-17T16:43:15.215Z (4 months ago)
- Topics: filter, hoogle, jar, java, search
- Language: Java
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Joojle 
A knockoff version of [Hoogle](https://hoogle.haskell.org/) 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:
```console
$ 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:

### When the JAR file has been loaded:

### Searching for a constructor for example:

### Searching by name:
