https://github.com/hymkor/log2web
Showing the last 1024 bytes of the logfile to web via http
https://github.com/hymkor/log2web
Last synced: 24 days ago
JSON representation
Showing the last 1024 bytes of the logfile to web via http
- Host: GitHub
- URL: https://github.com/hymkor/log2web
- Owner: hymkor
- License: mit
- Created: 2022-05-05T04:37:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T03:58:38.000Z (over 2 years ago)
- Last Synced: 2025-02-10T15:50:55.317Z (3 months ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
log2web
=======```
log2web [-p PORTNO] LOGPATH
```- Parameter
- PORTNO: default is 8000
- LOGPATH: the path showed to web
- Feature
- Showing the last 1024 bytes of the logfile to web via http
- When users type F5, reload the log. (Not watching filesystem)Install
-------Download binaries from [Releases](https://github.com/hymkor/log2web/releases) and unzip the executable.
If you have scoop-install,
```
scoop install https://raw.githubusercontent.com/hymkor/log2web/master/log2web.json
```
OR
```
scoop bucket add hymkor https://github.com/hymkor/scoop-bucket
scoop install log2web
```