https://github.com/maxmcd/dosr
Desktop Open Source REPL
https://github.com/maxmcd/dosr
Last synced: about 1 month ago
JSON representation
Desktop Open Source REPL
- Host: GitHub
- URL: https://github.com/maxmcd/dosr
- Owner: maxmcd
- Created: 2015-01-16T17:02:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T19:50:26.000Z (over 10 years ago)
- Last Synced: 2025-03-17T20:11:59.957Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#About
DOSR is a cosmetically deficient (hopefully a temporary condition), open source, REPL application for the desktop built on NW.js and AngularJS. It currently supports Javascript, Python, Ruby, and R.
Note: gist button requires the ruby gem `gist` be installed. To do this, simply execute `$ gem install gist`. To associate gists with your account run `gist --login` and complete authentication. All this assumes ruby is installed as well.
#Getting Started
1) git clone this repo
2) cd into this repo
3) `bower install angular#1.2.28`
4) `git clone https://github.com/codemirror/CodeMirror.git`
#To Run on Your Machine
You must first have the Node Webkit App installed.On OSX:
`$ /path/to/node-webkit.app/Contents/MacOS/node-webkit .`
On Another OS:
`$ /path/to/nw .`
#Contributing / Wishlist
While the app is totally functional, the maintainer has not had the chance to implement satisficatory styling/design. Pull requests which move the project towards this goal are welcome.