Skip to main content

A CLI alternative to the built-in web interface of Supervisor, offering a more convenient way to manage processes directly from the terminal.

Project description

supervisor-shell-ui

supervisor-shell-ui

supervisor-shell-ui is a command-line interface (CLI) for managing processes using the Supervisor program. Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. This tool provides an alternative to the built-in web interface of Supervisor, offering a more convenient way to manage processes directly from the terminal.

Table of Contents

Features

  • View and manage processes controlled by Supervisor.
  • Start, stop, and restart processes.
  • View and clear process logs.
  • Navigate and interact with the interface using keyboard shortcuts.

Prerequisites

  • Python 3.6 or higher.
  • Supervisor program installed on your system.

Installation

Install from PyPI

pip install supervisor-shell-ui

Install from GitHub

You have two ways to install from GitHub.

First option: clone the repository

git clone https://github.com/psyb0t/supervisor-shell-ui.git
cd supervisor-shell-ui
pip install .

Second option: use pip to install directly from GitHub

pip install git+https://github.com/psyb0t/supervisor-shell-ui.git#egg=supervisor-shell-ui

Both ways will achieve the same result, installing the supervisor-shell-ui package on your system. Choose the one that suits you best.

Install from .tar.gz

First, download the .tar.gz file from the GitHub releases page. Then extract it and navigate to the extracted directory:

tar -xvzf supervisor-shell-ui.tar.gz
cd supervisor-shell-ui

Install using pip:

pip install .

Alternatively, you can also use the setup.py file:

python setup.py install

Usage

After installing, you can run the application with the following command:

supervisor-shell-ui

Environment variables

  • SUPERVISOR_SOCK_PATH: Defines the location of the supervisor sock file. Default is /tmp/supervisor.sock. If you're not sure where the sock file is try looking in the supervisord.conf usually located at /etc/supervisor/supervisord.conf.

Keybindings

  • Esc: Exit Page
  • Tab: Switch Section
  • Enter: Execute
  • Page Up/Down: Scroll Table
  • Left/Right Arrow: Change Button
  • Up/Down Arrow: Change Process

Important Notes

  • This application is intended for use on UNIX-like operating systems.
  • The application requires that the Supervisor program is already installed and properly configured on your system.

License

This project is licensed under the terms of the GPL-3.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

supervisor-shell-ui-0.3.0.tar.gz (22.9 kB view details)

Uploaded Source

Built Distribution

supervisor_shell_ui-0.3.0-py3-none-any.whl (29.4 kB view details)

Uploaded Python 3

File details

Details for the file supervisor-shell-ui-0.3.0.tar.gz.

File metadata

  • Download URL: supervisor-shell-ui-0.3.0.tar.gz
  • Upload date:
  • Size: 22.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for supervisor-shell-ui-0.3.0.tar.gz
Algorithm Hash digest
SHA256 bfec2f8a682025027b0b1556c873c1da42212356694aac4ccef66b8ece22b19d
MD5 a9b41258bbe426ecbd75b4c0e6498e42
BLAKE2b-256 c6e911246c9a55d7eae42866cb11618596db75b49c44ea91203769880cee6077

See more details on using hashes here.

File details

Details for the file supervisor_shell_ui-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for supervisor_shell_ui-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 13f508d9578e9c3997e398391702daa07b373c56152d32effad06363d617a7f6
MD5 72c37fe1be43a04b8e8f86ce5a28ab36
BLAKE2b-256 f4e6b77faf4f49d0ac32c3d4facf0201f06dd5408d44436cc9748736254b66f0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page