https://exo.deref.io/ exo Process manager & log viewer for dev Install curl -sL https://exo.deref.io/install | sh Prefer manual installation? See install.md Easy to uninstall too: uninstall.md --------------------------------------------------------------------- Getting started Add exo to your PATH: export PATH="$PATH:$HOME/.exo/bin" To make this change permanent, add the export line to your shell's initialization script. For example, the following will add `exo` to the path for Bash: echo 'export PATH="$PATH:$HOME/.exo/bin"' >> ~/.bashrc Once installed, the easiest way to get going is to launch the GUI: exo gui If you want to use exo as a drop-in replacement for Foreman or another Procfile runner, use exo run instead: exo run ./path/to/Procfile For more, see the guide. --------------------------------------------------------------------- Support Exo by starring our GitHub repository. Thank you :) --------------------------------------------------------------------- Copyright 2021 Deref Inc. All rights reserved.