burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

[issue-431] simple status output format #625

Closed sideshowcoder closed 7 years ago

sideshowcoder commented 7 years ago

The default zeus output requires an advanced terminal and is also hard to parse, to make integration in emacs etc easier this adds a simple output format like

Starting Zeus server v0.15.13
node: boot status: unbooted
node: prerake status: unbooted
node: default_env status: unbooted
node: default_env status: booted
node: boot status: ready
node: prerake status: booted
node: default_env status: ready
node: prerake status: ready
node: default_env status: booted
node: default_env status: ready
node: default_env status: booted
node: default_env status: ready

which adds a line for each state change.

sideshowcoder commented 7 years ago

Added a first hacky version of an emacs mode

zeus-emacs-mode