Miniclip
A Linux tray app that quickly converts HTML to Jade, CSS to Stylus and JS to Coffee from clipboard. A handy tool for Web developers.
Why Miniclip?
I'm a fan of minimalist things like Jade, Stylus and CoffeeScript.
Sometimes when surfing the web you may found some interesting HTML/CSS/JS snippets... and you want them to be short :)
Installation
You need a Linux with Python and Nodejs installed. Miniclip uses some nodejs's command-line tools that need to be installed globally. (You only have to install which you want, not all of them!)
- Install html2jade
npm install -g contextify
npm install -g html2jade
- Install stylus
npm install -g stylus
- Install js2coffee
npm install -g js2coffee
Note on Ubuntu users:
Ubuntu users with Unity desktop may have the problem of "missing system tray icons". In this case, please check the quick solution here
Usage
Try scrolling around Twitter bootstrap, copy the code snippets there and see the results.
License
The GPL License v3
Copyright (c) 2012 Hoang Minh Thang