###Connector for the glark.io editor###
The glarkconnector is used to edit remote files with the glark.io editor. Just fire a glarkconnector in a directory of your choice:
cd ~/my/dev/project
python glarkconnector.py
Then go to your glark.io editor instance and connect it to your running glarkconnector (click the gear icon in the upper left corner of the editor). The files in your glarkconnected directory are now available for remote editing!
The glarkconnector only needs Python without any dependency to run, so it can run almost anywhere.
Access to the files is secured by basic authentication.