Giter VIP home page Giter VIP logo

drain's Introduction

Drain

Drain is a process manager like foreman.

Build and Test:

  $ ./bootstrap.sh

Usage

  • Create $HOME/.drainfile with the following schema (example):

    process-name-1:color-number:group-name-1,group-name-2:command
    process-name-2:color-number:group-name-1:command
    # a comment
    ...
    
    • process-name: the user defined name of the process
    • color-number: terminal color number (0-255 if your terminal support 256 colors)
    • group-name: simplifies starting a group of processes (only the server and up command supports groups)
    • command: a bourne shell command
  • Start all processes with drain server.

Command line

drain [options] [CMD]

options
  -f FILE    -- configure drainfile path
  -S FILE    -- specify full socket path
  -h         -- help
  -k         -- keep server running
  -v         -- verbose
  -w         -- line wrapping in log output
  -W         -- no line wrapping in log output

commands
  add [-s] NAME COLOR CMD [ARGS...] -- add a new process (-s will start it)
  attach NAME...                    -- retreive output of processes
  drainfile [-e]                    -- show / edit drainfile
  halt [NAME...]                    -- stop one, more or all processes
  help [-a]                         -- show this help
  ping                              -- ping drain server
  restart [NAME...]                 -- restart one, more or all processes
  server [NAME...]                  -- start drain server
  status                            -- status of drain server
  up [NAME...]                      -- start one, more or all processes

ZSH completion

You can use the same completion as the i project.

drain's People

Contributors

mbrendler avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.