awesome-cli-apps
awesome-cli-apps copied to clipboard
Add logdy
New App Submission
- [x] I've read the contribution guidelines.
Repo or homepage link: logdy-core | logdy-ui | logdy.dev
Description: Logdy is a command line tool that consumes log lines and streams them to web UI (which is also served by it)
The command below will stream all of the new lines to a web ui
$ logdy stdin "tail -f file.log"
WebUI started, visit http://localhost:8080 port=8080
UI served
Why I think it's awesome: Because it improves working with messy logs and all kinds of text content. You can build parser code with TypeScript directly in the browser, the whole UI including facet filters is generated automatically. Logdy is a precompiled binary with embedded UI - no installation or compilation is needed.
Hi @jneidel, can I ask you to review this PR? Thank you in advance for taking a look at it. Cheers