theia-open

A command line to open file from within theia


Keywords
theia, editor, theia-extension
License
MIT
Install
pip install theia-open==0.3.0

Documentation

theia-open

A theia extension to open files from command line.

This exposes a server side API to open/close and editor and query if the editor is still open and a command line interface.

This is intended to use as an $EDITOR environment variable so htat opening files from the terminal open in a theia editor.

This is a reimplementation of a gitpod feature.