An open API service indexing awesome lists of open source software.

https://github.com/loderunner/ltop


https://github.com/loderunner/ltop

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# ltop

A terminal-based log viewer inspired by top/htop.

![ltop screenshot](screenshot.png)

## Prerequisites

- [Go](https://go.dev/) >= 1.20
- [Task](https://taskfile.dev/)

## Build

```sh
task build
```

## Test

```sh
task test
```