An open API service indexing awesome lists of open source software.

https://github.com/cldwalker/jrepl

*Work in progress* javascript shell with readline and autocompletion
https://github.com/cldwalker/jrepl

Last synced: about 2 months ago
JSON representation

*Work in progress* javascript shell with readline and autocompletion

Awesome Lists containing this project

README

          

*Work In Progress*

Description
===========
javascript repl(shell) with readline functionality and tab autocompletion. Uses jquery and jquery plugins
[readline.js](http://github.com/cldwalker/readline.js),
[repl.js](http://github.com/cldwalker/repl.js) and
[jquery.hotkeys](https://github.com/tzuryby/jquery.hotkeys).

Usage
=====

# Open shell on a mac
$ open jrepl.html

# Type away....

Todo
====

* Everything!

More js shells
==============

* [jsconsole](http://jsconsole.com/): nice looking, history gets pushed down
* [jash](http://www.billyreisinger.com/jash/): old school but with completion
* [jquery-console](https://github.com/jaz303/jquery-console): simple console invoked with a bookmarklet
* [squarefree shell](https://www.squarefree.com/shell/): old school shell with bookmarklet + completion
* [jquery.shell](https://github.com/mingfai/jquery.shell): shell with some completion
* [node-web-repl](https://github.com/nko/node-web-repl): node based shell