https://github.com/mraiur/log-tail
tail -f alternative that outputs to a browser
https://github.com/mraiur/log-tail
log-tail logtail tail
Last synced: 5 months ago
JSON representation
tail -f alternative that outputs to a browser
- Host: GitHub
- URL: https://github.com/mraiur/log-tail
- Owner: mraiur
- License: mit
- Created: 2015-11-25T22:04:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T22:48:21.000Z (over 7 years ago)
- Last Synced: 2025-08-09T10:14:11.189Z (11 months ago)
- Topics: log-tail, logtail, tail
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Log-tail
===========
Tails a log file( or any file ) and view it in a browser.
On change auto-updates the window.
Install
------------------------------------
```
npm install -g log-tail
```
Usage
------------------------------------
```
log-tail example.log
```
# Demo
[](https://youtu.be/ec66dkIWcho)
TODO
------------------------------------
* Run multiple files and update the UI to have tabs per file.
* Run with wildcard files