https://github.com/foolin/logview
Logview is tool for formatting the color of text output to a terminal.
https://github.com/foolin/logview
Last synced: 9 months ago
JSON representation
Logview is tool for formatting the color of text output to a terminal.
- Host: GitHub
- URL: https://github.com/foolin/logview
- Owner: foolin
- Created: 2017-01-20T05:54:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T09:08:51.000Z (over 9 years ago)
- Last Synced: 2025-02-24T00:18:40.355Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logview
Logview is tool for formatting the color of text output to a terminal. Only support *unix.
# Usage
1.Download [Logview](https://github.com/foolin/logview/releases "Logview release").
2.Run *unix command, such as: ./logview xxx(shell command like cat/tail)
# Example
Shell command:
`tail -f xxx.log`

Use logview like this:
`./logview tail -f xxx.log`
