https://github.com/artyom/tailserver
`tail` but over http
https://github.com/artyom/tailserver
Last synced: about 1 month ago
JSON representation
`tail` but over http
- Host: GitHub
- URL: https://github.com/artyom/tailserver
- Owner: artyom
- License: isc
- Created: 2024-02-29T07:36:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T07:37:19.000Z (over 2 years ago)
- Last Synced: 2025-01-14T07:53:56.555Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# tailserver
This is a basic equivalent of a `tail` command exposing its output over http.
Run it as `tailserver -addr=localhost:8080 file1.txt file2.txt`, then open http://localhost:8080/ in a browser.