Skip to content

logdy.dev

Web based real-time log viewer. Stream ANY content to a web UI with autogenerated filters. Parse any format with TypeScript.

Package Information

  • Domain: logdy.dev
  • Name: logdy.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install logdy

Programs

This package provides the following executable programs:

  • logdy

Aliases

This package can also be accessed using these aliases:

  • logdy

Available Versions

Show all 15 versions
  • 0.17.1, 0.17.0, 0.16.0, 0.15.0, 0.14.1
  • 0.14.0, 0.13.3, 0.13.2, 0.13.1, 0.13.0
  • 0.12.2, 0.12.0, 0.11.0, 0.10.0, 0.9.0

Latest Version: 0.17.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +logdy.dev@0.17.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.logdydev

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.