Widely used software developer tools in a single application.
- Json Editor
- UUID/Password Generator
- Hash Calculator
- Epoch Converter
- Regular Expression Tester
- Rest API Tester
- ASCII Graphics
- Logs Generator
dev-tools
is a JavaFX Maven application. Build an executable jar from the source.
mvn clean package -U
- Build a native application using the GluonFX Maven plugin. GraalVM installation is required.
mvn clean gluonfx:build
- Download a build from the releases.
- Java 11 (JavaFX is not a part of Java SDK as of JDK 11).
- Dark/Light mode.
- JSON pretty print with highlighting.
- JSON validation.
- Search Bar (Ctrl+F).
- UUID Generator.
- Password Generator.
- Hash functions.
- URL Encode/Decode.
- Base64 Encode/Decode.
- Current Unix epoch time.
- Timestamp to human date.
- Human date to timestamp.
- Regex flags.
- Capturing groups.
- Rest API testing client.
- Export/import HTTP request history.
- Convert text to ASCII art.
- Generate fake log workloads using a specified format.
- Write to console.
- Write to file.
If you find this project useful and want to contribute, please open an issue or create a PR.
Licensed under the Apache 2.0 License.