Inspired by DevToys
XDev helps with daily development tasks like formatting JSON, base64 encoding / decoding and others. No need to use many untrustworthy websites to do simple tasks with your data.
- Clone the repository:
git clone https://github.com/ahelmy/xdev.git
- Navigate to the project directory:
cd xdev
- Build from source:
go build -o xdev
- Start the application:
./xdev
You can use it directly by:
go install github.com/ahelmy/xdev@latest
if go/bin
is not in your path, either add it or use ~/go/bin
xdev -h
List of features:
-
UUID Generator
-
JWT decoding
-
Base64 encoding
-
Base64 decoding
-
JSON indention
-
JSON minifying
-
Password generator
Next
-
JWT encoding
-
JSON to Yaml
-
Yaml to JSON
...
If you are interested to fix an issue or add new feature, you can just open a pull request.
Licensed with Apache 2.0