kustomzone / plush

Plush is a browser-based shell or terminal.
Apache License 2.0
0 stars 0 forks source link

open web page feature is anemic #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The feature to automatically launch the web page when using -w is deficient in 
several ways:

1) There should be a flag to suppress this behavior
2) The sleep is a hack: It should ping the server (on some null api call) 
waiting for it to come up first.
3) The redirection into /dev/null is also a hack (it is done to keep the error 
message from polluting the output) - the bigger issue here is that the open is 
run a job in the shell, and output will end up at the web page!

Fixes weren't done immediately as these will likely change somewhat once we 
figure out how to conveniently launch on remote machines.

Original issue reported on code.google.com by mzero@google.com on 8 Aug 2012 at 9:51

GoogleCodeExporter commented 9 years ago
merged in 0.4.0.0

Original comment by m...@glyphic.com on 25 Apr 2013 at 7:18