A CoffeeScript version of the Chrome Console.
Run as Chrome Extension: https://chrome.google.com/webstore/detail/amcoffee/eohnbihebhopoapemdbbodaiaagpogik
- Type using CoffeeScript
- Formatted outputs
- Auto-complete
- Command history
Use it the way you use the original console, but with CoffeeScript!
- gem install bourbon
- npm install
- grunt
- Import "dist" folder into Chrome.
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