https://github.com/cldwalker/websh
A sinatra web shell using ripl that deploys on Heroku.
https://github.com/cldwalker/websh
Last synced: 10 months ago
JSON representation
A sinatra web shell using ripl that deploys on Heroku.
- Host: GitHub
- URL: https://github.com/cldwalker/websh
- Owner: cldwalker
- License: mit
- Created: 2011-06-20T04:30:54.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-29T05:13:21.000Z (over 14 years ago)
- Last Synced: 2025-03-20T10:44:17.878Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://websh.herokuapp.com/
- Size: 136 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Description
===========
A sinatra web shell using [ripl](http://github.com/cldwalker/ripl) that deploys on Heroku.
Usage
=====
# I know, I'm the only one that uses it
$ rip install git://github.com/cldwalker/websh.git
# If you want it as a gem, ping me
# Start shell in background
$ websh &
# Open in browser
$ open http://localhost:9292/
To run on heroku cedar:
$ git clone git://github.com/cldwalker/websh.git
$ heroku create -s cedar mywebsh
$ git push heroku master
$ heroku open
About
=====
This shell is mostly a sinatra version of [nirvana](http://github.com/cldwalker/nirvana). Thus it
has the same features: supports multi-line input, has autocompletion and other ripl
goodies.
Although this project mostly works, it could use some polish. Pull request away!