A cross platform JavaScript REPL application based on electron and react frameworks.
- Syntax Highlighting
- Dark and light themes
- Import/Export command history
- Separate console window for async stdout/stderr logs
- Notification for async console logs
- console output filter support
- Traversable output with fold/unfold options
- Support for adding directory to node path
- Expand/Collapse/reload command options
- History traversal support
- Multiple window
- Multiline prompt support with shift + enter
- Auto suggestion
- Tab completion
- Code format support
- Support to toggle REPL mode
- Preferences for theme and REPL mode
- Download from latest release (or)
- Fork and run
npm install
&npm run package
Fork and run npm install
& npm start
to run the application. (Standalone executable is crashing in linux distribution😔)
Fork and run npm run debug
or gulp debug
to debug this application.