Skip to content

deadc0de6/mftail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.