From 1899d4e76d1bd1c667aff9f2848ea555d100a713 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 2 Mar 2020 00:08:12 -0500 Subject: [PATCH] [skip travis] Add tokei for... fun I guess? --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64794241..dc0c52cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # bottom -[![Build Status](https://travis-ci.com/ClementTsang/bottom.svg?token=1wvzVgp94E1TZyPNs8JF&branch=master)](https://travis-ci.com/ClementTsang/bottom) [![crates.io link](https://img.shields.io/crates/v/bottom.svg)](https://crates.io/crates/bottom) +[![Build Status](https://travis-ci.com/ClementTsang/bottom.svg?token=1wvzVgp94E1TZyPNs8JF&branch=master)](https://travis-ci.com/ClementTsang/bottom) +[![crates.io link](https://img.shields.io/crates/v/bottom.svg)](https://crates.io/crates/bottom) +[![tokei](https://tokei.rs/b1/github/ClementTsang/bottom?category=lines)](https://github.com/ClementTsang/bottom) A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop).