8000 GitHub - deref/exo at v2021.07.19
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

deref/exo

Repository files navigation

Exo: a process manager & log viewer for dev

exo- prefix – external; from outside.

Status

Alpha!

Getting Started

Install exo:

curl -sL https://exo.deref.io/install | sh

If you prefer manual installation, see ./doc/install.md for details, including uninstall instructions.

Navigate to your code directory and then launch the exo gui:

exo gui

For more features, consult the builtin help:

exo help

Telemetry

exo collects limited and anonymous telemetry data by default. This behavior can be disabled by adding the following setting to your exo config (located at ~/.exo/config.toml by default):

[telemetry]
disable: true
0