merge

command module
v0.0.0-...-fdfe9fd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2020 License: BSD-3-Clause Imports: 8 Imported by: 0

README

merge

merge is a simple command line tool that combines the real-time output of multiple processes together in a single terminal. merge saves you from having to open a new terminal tab/tmux pane for each long-running service you need running in the background (for example a local webpack, HTTP, and database server in order to develop a web application).

Example usage

merge './manage.py runserver' 'webpack --watch' 'redis-server --port 1337'

Demonstration

Demonstration GIF

Getting started

  1. Install Go if you don't already have it
  2. After cloning the repository, run go build
  3. Use ./merge (you'll probably want to symlink this into your $PATH)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL