https://github.com/bitfinexcom/mutail
Simple and fast file(s) tail. Works with wildcards.
https://github.com/bitfinexcom/mutail
Last synced: 4 months ago
JSON representation
Simple and fast file(s) tail. Works with wildcards.
- Host: GitHub
- URL: https://github.com/bitfinexcom/mutail
- Owner: bitfinexcom
- Created: 2022-11-28T19:06:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T13:16:29.000Z (over 3 years ago)
- Last Synced: 2025-06-12T18:08:59.000Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## mutail
A tail the world utility
```
mutail -f "pattern*.txt"
mutail -f "filename.txt"
mutail -f "pattern*.txt" --net --port 9999
```
```
options:
-f file : file | global patterns
--net : enables sending logs via TCP
--port : net destination port
```