From 1e90e357d614668b36dd5c7bb712813c2e19135a Mon Sep 17 00:00:00 2001 From: reugn Date: Mon, 14 Oct 2019 14:55:28 +0300 Subject: [PATCH] add new tools description; Table of Contents --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d7c78d..5b33c1f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # dev-tools -Common development tools in one app +Common development tools in one app. +* [Json Editor](#json_editor) +* [UUID/Password Generator](#generator) +* [Hash Calculator](#hash_calculator) +* [Epoch Converter](#epoch_converter) +* [Regular Expression Tester](#regex) +* [Rest API Tester](#rest_api) ## Installation This is a Maven JavaFX application. @@ -13,6 +19,8 @@ or download the latest release. ## Tools List + + ### Json Editor * Json Pretty Print with Highlighting * Json Validation @@ -20,12 +28,16 @@ or download the latest release. ![](./images/json_editor.png) -### Generator + + +### UUID/Password Generator * UUID Generator * Password Generator ![](./images/generator.png) + + ### Hash Calculator * Hash Functions * URL Encode/Decode @@ -33,6 +45,8 @@ or download the latest release. ![](./images/hash_calculator.png) + + ### Epoch Converter * Current Unix Epoch Time * Timestamp to Human Date @@ -40,6 +54,21 @@ or download the latest release. ![](./images/epoch_converter.png) + + +### Regular Expression Tester +* Regex Flags +* Capturing Groups + +![](./images/regex.png) + + + +### Rest API Tester +* Rest API Testing Client + +![](./images/rest_api.png) + ## Contributing If you find this project useful and want to contribute, please open an issue or create a PR.