Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.49 KB

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