GitHub - dmac100/workbook

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Workbook

A workbook for JSR-223 scripting languages (Groovy, JavaScript, JRuby), allowing the evaluation of commands along with other views and editors.

Screenshot1 Screenshot2

Features

  • Run commands against a scripting engine.
  • Two-way editors, tab views, and inline views.
  • Save workbook to a file, saving tab layout, global variables, and editor states.
  • Run from Java program to access variables and execute methods from that program.
  • Register custom views and editors using SWT widgets.

Installation

Usage

Run jar:

java -jar workbook.jar

or run from Java:

Workbook workbook = new Workbook();
workbook.setVariable(...);
workbook.waitForExit();

About

No description, website, or topics provided.

Resources

Readme

License

View license

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages