Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/importre/alfred-tidy
Alfred 3 workflow to beautify JSON/XML in clipboard
https://github.com/importre/alfred-tidy
Last synced: 4 days ago
JSON representation
Alfred 3 workflow to beautify JSON/XML in clipboard
- Host: GitHub
- URL: https://github.com/importre/alfred-tidy
- Owner: importre
- License: mit
- Created: 2016-07-19T07:08:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T04:23:00.000Z (over 2 years ago)
- Last Synced: 2024-09-25T09:26:58.759Z (about 1 month ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 41
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- alfred-workflows - Tidy - Beautify JSON/XML in clipboard. (Utility)
README
#
alfred-tidy> [Alfred 4](https://www.alfredapp.com) workflow to beautify JSON/XML in clipboard
## Prerequisites
You need [Node.js 6+](https://nodejs.org) and [Alfred 4](https://www.alfredapp.com) with the paid [Powerpack](https://www.alfredapp.com/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
## Install
```
$ npm i -g alfred-tidy
```## Reference
- [importre/alfred-workflows: 🔧my alfred workflows](https://goo.gl/GOFxDC)
## License
MIT © Jaewe Heo