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
- Host: GitHub
- URL: https://github.com/cldwalker/jrepl
- Owner: cldwalker
- License: mit
- Created: 2010-12-06T00:37:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-10T06:52:34.000Z (over 15 years ago)
- Last Synced: 2025-10-08T04:34:55.299Z (8 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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