Skip to content

Files

Latest commit

 

History

History
 
 

jqconsole

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cljsjs/jqconsole

[cljsjs/jqconsole "2.13.2-0"] ;; latest release

Packages up jq-console.

This jar comes with deps.cljs as used by the Foreign Libs feature of the ClojureScript compiler. After adding the above dependency to your project you can require the packaged library like so:

(ns application.core
  (:require cljsjs.jqconsole))

#jq-console

A jQuery terminal plugin written in CoffeeScript.

This project was spawned because of our need for a simple web terminal plugin for the repl.it project. It tries to simulate a low level terminal by providing (almost) raw input/output streams as well as input and output states.

Version 2.0 adds baked-in support for rich multi-line prompting and operation queueing.

##Tested Browsers

The plugin has been tested on the following browsers:

  • IE 9+
  • Chrome
  • Firefox
  • Opera
  • iOS Safari and Chrome
  • Android Chrome