/amCoffee

A CoffeeScript version of the Chrome Console.

Primary LanguageCoffeeScriptMIT LicenseMIT

amCoffee

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

  1. gem install bourbon
  2. npm install
  3. grunt
  4. Import "dist" folder into Chrome.

Shortcuts

  • Tab/Right and Shift+Tab: Navigate the autocomplete
  • Up/Down or Cmd(Ctrl)+K/Cmd(Ctrl)+J: Browse the history
  • Cmd(Ctrl)+L: Clear the screen
  • Cmd(Ctrl)+U: Clear the input prompt
  • Cmd(Ctrl)+R: Reload the inspected web page