This is a Remote Live Coding plugin for Graviton.
NOTE: This is very experimantal, unstable, insecure, etc. Still in work in progress.
What you can do for now:
- See who is in the same room as you
- Share folders (bidirectionally)
- See other peer's cursor
- Read and write files
- See how much time you have been coding
- Share terminals (read, and write!)
Contributions are welcomed!
- [] Create line on other clients when creating a new line
- [] Ability to disconnect
- [] Implement
watchDir
on ExplorerProvider
Clone the repo to your .graviton2/plugins:
git clone https://github.com/Graviton-Code-Editor/remote-plugin.git
Install dependencies:
yarn
Watch for changes (development):
yarn run watch
Build (optional):
yarn run build
Made by Marc EspÃn Sanz.