# 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 ./... ```