Awesome
amCoffee
<img height="150" src="https://raw.githubusercontent.com/auiWorks/amCoffee/master/src/image/icon128.png" />A CoffeeScript version of the Chrome Console.
Run as Chrome Extension: https://chrome.google.com/webstore/detail/amcoffee/eohnbihebhopoapemdbbodaiaagpogik
Features
- Type using CoffeeScript
- Formatted outputs
- Auto-complete
- Command history
Use it the way you use the original console, but with CoffeeScript!
Usage
- gem install bourbon
- npm install
- grunt
- Import "dist" folder into Chrome.
Shortcuts
Tab
/Right
andShift+Tab
: Navigate the autocompleteUp
/Down
orCmd(Ctrl)+K
/Cmd(Ctrl)+J
: Browse the historyCmd(Ctrl)+L
: Clear the screenCmd(Ctrl)+U
: Clear the input promptCmd(Ctrl)+R
: Reload the inspected web page