Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Fix image scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Apr 13, 2018
1 parent 95dbe56 commit 2d86953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<div align="center">
<img src="https://github.com/cjbassi/gotop/blob/master/media/logo.png" width="20%" height="20%" />
<img src="https://github.com/cjbassi/gotop/blob/master/media/logo.png" width="20%" />
<br><br>
</div>

Another TUI graphical activity monitor, inspired by [gtop](https://github.com/aksakalli/gtop) and [vtop](https://github.com/MrRio/vtop), this time written in [Go](https://golang.org/)!
Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https://github.com/exrook/drawille-go), and a [fork](https://github.com/cjbassi/termui) of [termui](https://github.com/gizak/termui).

<img src="https://github.com/cjbassi/gotop/blob/master/media/demo.gif" />
<img src="https://github.com/cjbassi/gotop/blob/master/media/minimal.png" width="96%" height="96%"/>
<img src="https://github.com/cjbassi/gotop/blob/master/media/minimal.png" width="96%" />


## Installation
Expand Down

0 comments on commit 2d86953

Please sign in to comment.