Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 818 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 818 Bytes

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