An open API service indexing awesome lists of open source software.

https://github.com/aluttik/kitsune

A prettier way to tail multiple files.
https://github.com/aluttik/kitsune

colorful multi-tail multitail pretty tail tail-files

Last synced: 5 months ago
JSON representation

A prettier way to tail multiple files.

Awesome Lists containing this project

README

          

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 ] [-h] [-V] pattern [pattern ...]

A prettier way to tail multiple files.

positional arguments:
pattern Files to tail.

optional arguments:
--color 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](https://raw.githubusercontent.com/aluttik/kitsune/master/ext/kitsune-example.png)