mcanthony / Mancy

>_ Electron based Javascript REPL :see_no_evil:

Home Page:http://mancy-re.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 Mancy

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

light theme

dark theme

console section

auto suggestion

function source

 Installation

Windows & OSX

Linux

Fork and run npm install & npm start to run the application. (Standalone executable is crashing in linux distributionšŸ˜”)

 Developers

Fork and run npm run debug or gulp debug to debug this application.

 License

MIT License

About

>_ Electron based Javascript REPL :see_no_evil:

http://mancy-re.pl

License:MIT License


Languages

Language:JavaScript 84.1%Language:CSS 15.5%Language:HTML 0.4%