All Projects → veler → DevToys

veler / DevToys

Licence: MIT License
A Swiss Army knife for developers.

Programming Languages

C#
18002 projects
CSS
56736 projects

Projects that are alternatives of or similar to DevToys

Files
A modern file manager that pushes the boundaries of the platform.
Stars: ✭ 15,198 (+204.81%)
Mutual labels:  xaml, uwp, windows-10, fluent, fluent-design, windows-11, winui
Rise-Media-Player
One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
Stars: ✭ 600 (-87.97%)
Mutual labels:  xaml, uwp, windows-10, fluent, fluent-design, windows-11, winui
Microsoft Ui Xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
Stars: ✭ 4,428 (-11.19%)
Mutual labels:  xaml, uwp, windows-10, fluent-design, winui
LRReader
A feature-complete reader and client for LANraragi
Stars: ✭ 62 (-98.76%)
Mutual labels:  xaml, uwp, windows-10, windows-11
Codehub
A UWP GitHub Client
Stars: ✭ 162 (-96.75%)
Mutual labels:  syntax-highlighting, xaml, uwp, windows-10
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: ✭ 28 (-99.44%)
Mutual labels:  windows-10, fluent, fluent-design
XamlIslands
Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.
Stars: ✭ 47 (-99.06%)
Mutual labels:  xaml, uwp, windows-10
Uno.Themes
This library is designed to help you use the material design system with the Uno Platform
Stars: ✭ 112 (-97.75%)
Mutual labels:  xaml, uwp, winui
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (-99.42%)
Mutual labels:  xaml, uwp, windows-10
Quarrel
A UWP discord client
Stars: ✭ 238 (-95.23%)
Mutual labels:  xaml, uwp, windows-10
MediaFlyout
Windows 10+ Media Control Taskbar Flyout
Stars: ✭ 87 (-98.26%)
Mutual labels:  windows-10, fluent, windows-11
WindowsAppSDK
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
Stars: ✭ 3,089 (-38.05%)
Mutual labels:  windows-10, windows-11, winui
Quick-Pad
Quick Pad is a modern notepad app featuring fluent design
Stars: ✭ 183 (-96.33%)
Mutual labels:  xaml, uwp, fluent
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (-1.04%)
Mutual labels:  xaml, uwp, windows-10
UWP-Visual-Asset-Generator
A project to develop an easy to use visual asset tool for UWP projects
Stars: ✭ 38 (-99.24%)
Mutual labels:  xaml, uwp, fluent-design
keypirinha-winsys
A Keypirinha plugin with useful system and shell commands for Windows 10/11.
Stars: ✭ 34 (-99.32%)
Mutual labels:  uwp, windows-10, windows-11
LocalNotifications
Create and manage in-app notifications in Universal Windows applications.
Stars: ✭ 37 (-99.26%)
Mutual labels:  xaml, uwp, windows-10
WordpadUWP
A UWP version of... WordPad!
Stars: ✭ 54 (-98.92%)
Mutual labels:  xaml, uwp, winui
Modernwpf
Modern styles and controls for your WPF applications
Stars: ✭ 2,610 (-47.65%)
Mutual labels:  xaml, fluent-design, winui
Windowstemplatestudio
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.
Stars: ✭ 2,089 (-58.1%)
Mutual labels:  xaml, uwp, windows-10

DevToys

A Swiss Army knife for developers.

Build Status Latest version Store link Website

Introduction

DevToys helps in daily 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
    • Lorem Ipsum
  • Text
    • Inspector & Case Converter
    • Regex Tester
    • Text Comparer
    • Markdown Preview
  • Graphic
    • Color Blindness Simulator
    • PNG / JPEG Compressor

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

App Permission

DevToys works entirely offline, meaning that none of the data used by the app goes on internet. However, the app requires some other permissions in order to work correctly.

  1. Uses all system resources - This permission is required for some tools like PNG / JPEG Compressor or (upcoming) On-screen color picker / measurer, which use a 3rd part Open-Source Win32 process like Efficient-Compression-Tool. All the code requiring this permission can be found here.

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
  • loremipsum - Lorem Ipsum Generator
  • jsonformat Json Formatter
  • jsonyaml - Json <> Yaml
  • jwt - JWT Decoder
  • colorblind - Color Blindness Simulator
  • 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

Contribute

See CONTRIBUTING

Privacy Policy

See PRIVACY POLICY

Third-Party Softwares

See ThirdPartyNotices

License

See LICENSE

A few words regarding the license

DevToys is using a license that permits redistribution of the app as trialware or shareware without changes. However, the authors Etienne BAUDOUX and BenjaminT would prefer you not. If you believe you have a strong reason to do so, kindly reach out to discuss with us first.

Special Thanks

Code contributors

Designers

Jakub

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].