python-kitsune

A prettier way to tail multiple files.


License
MIT
Install
pip install python-kitsune==0.1.4

Documentation

Kitsune

A prettier way to tail multiple files.

Build status PyPI version Supported Python versions License: MIT Code style: black

Installation

pip install python-kitsune

Command Line Interface

usage: kitsune [--color <when>] [-h] [-V] pattern [pattern ...]

A prettier way to tail multiple files.

positional arguments:
  pattern         Files to tail.

optional arguments:
  --color <when>  Specify when to use colored output. The automatic mode only
                  enables colors if an interactive terminal is detected.
                  [default: auto] [possible values: auto, never, always]
  -h, --help      Print this help message.
  -V, --version   Show version information.

Screenshot

Kitsune Example