alfred-tidy

March 16, 2020 · View on GitHub

Alfred 4 workflow to beautify JSON/XML in clipboard

Prerequisites

You need Node.js 6+ and Alfred 4 with the paid Powerpack upgrade.

Usage

Copy JSON/XML snippet to clipboard

  • cmd + C

Beautify

  • Type tidy, Space, select JSON or XML
  • Enter
  • Cmd + V to your editor
json xml

Install

$ npm i -g alfred-tidy

Reference

  • importre/alfred-workflows: 🔧my alfred workflows

License

MIT © Jaewe Heo

Contents

  1. 1Prerequisites
  2. 2Usage
  3. 2.1Copy JSON/XML snippet to clipboard
  4. 2.2Beautify
  5. 3Install
  6. 4Reference
  7. 5License