Keyboard Commands


Ctrl+Enter
Run Current Step
Alt+
Next Step
Alt+
Previous Step
Alt+R
Run Pipeline
Alt+A
Insert Step After
Alt+B
Insert Step Before
Esc > ←→
Navigate Panes
Ctrl+O
Load File
Alt+
Next Pipeline
Alt+
Previous Pipeline
Alt+C
Delete Current Step
Alt+Q
Delete Pipeline
Ctrl+D
Interrupt Execution
Ctrl+O
Load Pipeline from Zip
Ctrl+S
Save Pipeline as Zip
F1
Show Help
F2
Rename Pipeline

Language Selection


It tries to guess the language you're using in your program. If it doesn't succeed, you can force language selection by entering one of the strings below at the start of the program to specify its language.
#!/bin/python
Python
#!/bin/py
Python
#!/bin/js
Javascript
#!/bin/sql
SQL
#!/bin/r
R
#!/bin/lua
Lua
#!/bin/awk
Awk
#!/bin/lisp
Lisp

Other Stuff


Press F1 to exit.
BUSY (CTRL-D TO STOP)
FILES
STUFF IS LOADING
Made by @mwenge