https://github.com/deadc0de6/mftail
Colorized multiple files follower
https://github.com/deadc0de6/mftail
command-line-tool linux tail
Last synced: 4 months ago
JSON representation
Colorized multiple files follower
- Host: GitHub
- URL: https://github.com/deadc0de6/mftail
- Owner: deadc0de6
- License: gpl-3.0
- Created: 2020-05-31T09:21:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T16:21:40.000Z (over 3 years ago)
- Last Synced: 2025-06-25T14:11:26.028Z (about 1 year ago)
- Topics: command-line-tool, linux, tail
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/deadc0de6/mftail/actions)
[](http://www.gnu.org/licenses/gpl-3.0)
# mftail
[mftail](https://github.com/deadc0de6/mftail) is a multiple files follower (similar to `tail -f`) with color.
# Usage
usage
```bash
mftail v0.1
Usage: mftail ...
-v Print version.
-version
Print version.
```
# Install
Quick start:
```bash
## You need at least golang 1.14
$ go install -v github.com/deadc0de6/mftail@latest
```
Or pick a release from [the release page](https://github.com/deadc0de6/mftail/releases) and install it in your `$PATH`
Or compile it from source
```bash
$ 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.