awesome-cli-apps icon indicating copy to clipboard operation
awesome-cli-apps copied to clipboard

Add logdy

Open PeterOsinski opened this issue 1 year ago • 1 comments

New App Submission

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.

PeterOsinski avatar Feb 08 '24 19:02 PeterOsinski

Hi @jneidel, can I ask you to review this PR? Thank you in advance for taking a look at it. Cheers

PeterOsinski avatar Feb 19 '24 17:02 PeterOsinski