A Swiss Army knife for developers.
DevToys helps in everyday tasks like formatting JSON, comparing text, testing RegExp. No need to use many untruthful websites to do simple tasks with your data. With Smart Detection, DevToys is able to detect the best tool that can treat the data you copied in the clipboard of your Windows. Compact overlay lets you keep the app in small and on top of other windows. Multiple instances of the app can be used at once.
Many tools are available.
- Converters
- Json <> Yaml
- Number Base
- Encoders / Decoders
- HTML
- URL
- Base64
- JWT Decoder
- Formatters
- Json
- Generators
- Hash (MD5, SHA1, SHA256, SHA512)
- UUID 1 and 4
- Text
- Inspector & Case Converter
- Regex Tester
- Text Comparer
- Markdown Preview
- Graphic
- PNG / JPEG Compressor
... and more are coming!
- You need Windows 10 build 1903+ or later.
- Search for DevToys in the Microsoft Store App or click here
- Open a PowerShell command prompt.
- Type
winget search DevToys
to search and see details about DevToys. - Type
winget install DevToys
to install the app.
- Download and extract the latest release.
- Install the certificate in
Trusted Root
. - Double click the *.msixbundle file.
Open Windows start menu, type DevToys
and press [Enter]
.
A cool thing about DevToys is that you can start it in command line! For this, simply open a PowerShell command prompt and type
start devtoys:?tool={tool name}
For example, start devtoys:?tool=jsonyaml
will open DevToys and start on the Json <> Yaml
tool.
Here is the list of tool name you can use:
base64
- Base64 Encoder/Decoderhash
- Hash Generatoruuid
- UUID Generatorjsonformat
Json Formatterjsonyaml
- Json <> Yamljwt
- JWT Decoderimgcomp
- PNG/JPEG compressormarkdown
- Markdown Previewregex
- Regular Expression Testerbaseconverter
- Number Base Converterstring
- String Utilitiesurl
- URL Encoder/Decoderhtml
- HTML Encoder/Decoderdiff
- Text Comparersettings
- Settings
I don't care if you copy the source code to use in your project, but please avoid simply changing the name and selling as your work without further change. That's not why I'm sharing the source code, at all.
See CONTRIBUTING
See PRIVACY POLICY
See LICENSE