https://github.com/christopherwk210/quick-fix
An tiny app for quickly formatting code in your clipboard.
https://github.com/christopherwk210/quick-fix
beautify-js clipboard electron
Last synced: 2 months ago
JSON representation
An tiny app for quickly formatting code in your clipboard.
- Host: GitHub
- URL: https://github.com/christopherwk210/quick-fix
- Owner: christopherwk210
- License: mit
- Created: 2017-05-21T15:28:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T14:24:11.000Z (about 9 years ago)
- Last Synced: 2025-03-22T12:17:38.654Z (over 1 year ago)
- Topics: beautify-js, clipboard, electron
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QuickFix
An tiny app for quickly formatting code in your clipboard.
# How does it work?
QuickFix uses [js-beautify](https://github.com/beautify-web/js-beautify) to
make any code in your clipboard look fab. All you have to do is copy some HTML/CSS/JavaScript, press a keyboard shortcut, and paste.
# Download
QuickFix is still in development - check back soon!
# Development
1. Fork & clone.
2. Install and run: `npm i && npm start`