Skip to content

A tiny .NET Core 3.1 app that pulls JSON from the clipboard and formats it

Notifications You must be signed in to change notification settings

gkinsman/QuickFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Format

A tiny .NET Core 3.1 app that pulls JSON from the clipboard and formats it.

Goal

To replace formatting json with jsonlint.com with something local and not in a web browser. Could add support for other document types too!

Usage

Clone the repo, run Publish.ps1 from the root, and run out\QuickFormat.App.exe. Pin that to the taskbar and it will always open the latest published version.

On opening, this tool will pull whatever is on the clipboard into a string, and attempt to parse it as JSON. If it's valid, then it will be formatted and displayed. If it's not valid, the window will show nothing.

Once the window is open, the contents aren't changed again.

Theme

Change the theme in App.xaml ...themes/dark.red.xaml" ...

About

A tiny .NET Core 3.1 app that pulls JSON from the clipboard and formats it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published