Well… Currently, it does… Pretty nothing…
It can start the server but server crashes. It’s probably a user environment problem, I need to find out.
The two pages on the picture are result of a server executed in terminal.
I did that this afternoon and I wanted to show it quick to have review and help ASAP as I don’t have much time to code with my school. But I think a working alpha can rapidly be develop in days. The first steps are :
start/stop/restart server,
display multiple pages with Emacs-like commands,
perform bundle commands (possibly automaticly),
edit yaml config files,
enable remote-control through dbus.
One of the feature I’s like to add long-term is distant-server managing through TCP/IP.
@rich1 : I commited last night. The server is now fully controllable thanks to @jonnehass. I’m trying to get a correct server listener that doesn’t freeze the entire application, et then, I’ll do the UI setup before I drop an alpha executable.
It is now usable, though it is pretty basic. But working with it, I noticed that it does not support the new chat front-end. Nothing is displayed. I don’t know why. I have to find out the problem.