lukas-shawford / log-tail

tail -f alternative that outputs to a browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
```

TODO
------------------------------------
* Run multiple files and update the UI to have tabs per file.
* Run with wildcard files

About

tail -f alternative that outputs to a browser

License:MIT License


Languages

Language:JavaScript 91.2%Language:HTML 6.0%Language:CSS 2.8%