kawnnor / DevToys

A Swiss Army knife for developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevToys

A Swiss Army knife for developers.

Build Status Latest version Store link

Introduction

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.

  • Base 64 Encoder/Decoder
  • Hash Generator (MD5, SHA1, SHA256, SHA512)
  • UUID Generator
  • JWT Decoder
  • Json Formatter
  • RegExp Tester
  • Number Base Converter
  • Text Comparer
  • Json <> Yaml converter
  • PNG/JPEG image compressor
  • String Utilities
  • URL Encoder/Decoder
  • HTML Encoder/Decoder
  • Markdown Preview

... and more are coming!

DevToys

How to install (as an end-user)

Prerequisite

  • You need Windows 10 build 1903+ or later.

Microsoft Store

  • Search for DevToys in the Microsoft Store App or click here

WinGet

  • Open a PowerShell command prompt.
  • Type winget search DevToys to search and see details about DevToys.
  • Type winget install DevToys to install the app.

Manual

  • Download and extract the latest release.
  • Install the certificate in Trusted Root.
  • Double click the *.msixbundle file.

How to run DevToys

Using Start Menu

Open Windows start menu, type DevToys and press [Enter].

Using PowerShell

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/Decoder
  • hash - Hash Generator
  • uuid - UUID Generator
  • jsonformat Json Formatter
  • jsonyaml - Json <> Yaml
  • jwt - JWT Decoder
  • imgcomp - PNG/JPEG compressor
  • markdown - Markdown Preview
  • regex - Regular Expression Tester
  • baseconverter - Number Base Converter
  • string - String Utilities
  • url - URL Encoder/Decoder
  • html - HTML Encoder/Decoder
  • diff - Text Comparer
  • settings - Settings

Please, avoid selling this app as yours

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.

Contribute

See CONTRIBUTING

Privacy Policy

See PRIVACY POLICY

Third-Party Softwares

See ThirdPartyNotices

License

See LICENSE

Special Thanks

About

A Swiss Army knife for developers.

License:MIT License


Languages

Language:C# 91.2%Language:CSS 6.7%Language:TypeScript 0.9%Language:PowerShell 0.6%Language:HTML 0.5%Language:Batchfile 0.0%