Skip to content

Commit

Permalink
add new tools description; Table of Contents
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Oct 14, 2019
1 parent 5df89a5 commit 1e90e35
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -13,33 +19,56 @@ or download the latest release.

## Tools List

<a name="json_editor"/>

### Json Editor
* Json Pretty Print with Highlighting
* Json Validation
* Search Bar (Ctrl+F)

![](./images/json_editor.png)

### Generator
<a name="generator"/>

### UUID/Password Generator
* UUID Generator
* Password Generator

![](./images/generator.png)

<a name="hash_calculator"/>

### Hash Calculator
* Hash Functions
* URL Encode/Decode
* Base64 Encode/Decode

![](./images/hash_calculator.png)

<a name="epoch_converter"/>

### Epoch Converter
* Current Unix Epoch Time
* Timestamp to Human Date
* Human Date to Timestamp

![](./images/epoch_converter.png)

<a name="regex"/>

### Regular Expression Tester
* Regex Flags
* Capturing Groups

![](./images/regex.png)

<a name="rest_api"/>

### 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.

Expand Down

0 comments on commit 1e90e35

Please sign in to comment.