GitXplorerGitXplorer
d

mftail

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
7cff124c703d761fa0b2c7126cf9f5905fc14e15

bump version

ddeadc0de6 committed 2 years ago
Unverified
23215ade68c092d7ab159c6b6137b00191e9c23b

upgrade

ddeadc0de6 committed 2 years ago
Unverified
4556ec757cdcf618dcf10830c01fc3d37462081f

bump version

ddeadc0de6 committed 3 years ago
Unverified
7f9e1b15acf09cc07bed3c9cfc48136eb3a3abd4

linting

ddeadc0de6 committed 3 years ago
Unverified
7f68b081d87359f1d967f7e224a325c922c6745d

fix badge

ddeadc0de6 committed 3 years ago
Unverified
983a5acce35448c17ba1b1229616da416040e764

fix tests

ddeadc0de6 committed 3 years ago

README

The README file for this repository.

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.