8.5K Star, an open source tool that calls itself the "Swiss Army Knife of Developers"

[Introduction]: Today, I recommend a tool that helps developers deal with daily tasks.

Introduction

DevToys is known as the developer's Swiss Army Knife, helping with everyday tasks like formatting JSON, comparing text, testing regex, and more, without having to use the data that many unreal websites have to deal with.

With smart detection, DevToys is able to detect the best tool that can handle data copied in the Windows clipboard.

DevToys works completely offline, which means that none of the data used by the app is transferred over the internet.

DevToys has many tools available:

  • converter

    • JSON <> YAML
    • Conversion of different base numbers
  • codec

    • HTML
    • URL
    • Base64
    • GZip
    • JWT decoder
  • format

    • JSON
    • SQL
    • XML
  • Builder

    • Hash(MD5、SHA1、SHA256、SHA512)
    • UUID 1 and 4
    • lorem ipsum text
    • checksum
  • text

    • checking and case conversion
    • Regular Expression Test
    • text comparison
    • Markdown preview
  • image

    • color simulator
    • PNG/JPEG compressor
    • image converter

The project address is:

https://github.com/veler/DevToys

At the same time, DevToys also has a Mac version, and the project address is:

https://github.com/ObuchiYuki/DevToysMac

Install

DevToys requires Windows 10 build 1903+ or later.

  • Search and install directly in the Microsoft Store

  • Manually download and install, download it on the Github release page, and double-click the .msixbundle file to install

    • https://github.com/veler/DevToys/releases
  • WinGet

    • Execute the command in PowerShell: winget install DevToys
  • Chocolatey

    • Make sure that Chocolatey is installed on the computer, and execute the command in PowerShell: choco install devtoys

Guess you like

Origin blog.csdn.net/osfront/article/details/123413798