logana 0.1.0

A TUI log analyzer/viewer built for speed - handles files with millions of lines with instant filtering and VIM like navigation.
Documentation
# Installation

## Pre-built Binaries (Recommended)

Download from the [Releases page](https://github.com/pauloremoli/logana/releases), or use the install script:

**Linux / macOS**
```sh
curl -fsSL https://github.com/pauloremoli/logana/releases/latest/download/install.sh | sh
```

**Windows (PowerShell)**
```powershell
irm https://github.com/pauloremoli/logana/releases/latest/download/install.ps1 | iex
```

## Homebrew (macOS / Linux)

```sh
brew tap pauloremoli/logana
brew install logana
```

## Cargo (crates.io)

```sh
cargo install logana
```

## Cargo (from source)

```sh
cargo install --git https://github.com/pauloremoli/logana
```

## AUR (Arch Linux)

```sh
paru -S logana
# or
yay -S logana
```