Categorygithub.com/deadc0de6/mftail
repositorypackage
0.2.4
Repository: https://github.com/deadc0de6/mftail.git
Documentation: pkg.go.dev

# README

Tests Status License: GPL v3

mftail

mftail is a multiple files follower (similar to tail -f) with color.

Usage

usage

mftail v0.1

Usage: mftail <path>...
  -v	Print version.
  -version
    	Print version.

Install

Quick start:

## You need at least golang 1.14
$ go install -v github.com/deadc0de6/mftail@latest

Or pick a release from the release page and install it in your $PATH

Or compile it from source

$ go mod tidy
$ make
$ mftail -help

Contribution

If you are having trouble using mftail, open an issue.

If you want to contribute, feel free to do a PR.

License

This project is licensed under the terms of the GPLv3 license.