mirror of
https://github.com/edouardparis/lntop
synced 2024-11-09 19:11:05 +00:00
17 lines
797 B
Markdown
17 lines
797 B
Markdown
# lntop
|
|
|
|
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/edouardparis/lntop/blob/master/LICENSE)
|
|
[![Go Report Card](https://goreportcard.com/badge/github.com/edouardparis/lntop?)](https://goreportcard.com/report/github.com/edouardparis/lntop)
|
|
[![Godoc](https://godoc.org/github.com/edouardparis/lntop?status.svg)](https://godoc.org/github.com/edouardparis/lntop)
|
|
[![tippin.me](https://badgen.net/badge/%E2%9A%A1%EF%B8%8Ftippin.me/@edouardparis/F0918E)](https://tippin.me/@edouardparis)
|
|
|
|
`lntop` is an interactive text-mode channels viewer for Unix systems.
|
|
|
|
## Install
|
|
|
|
Require the [go programming language](https://golang.org/) (version >= 1.11)
|
|
```
|
|
git clone git@github.com:edouardparis/lntop.git
|
|
cd lntop && export GO111MODULE=on && go install ./...
|
|
```
|