From 489d5c0b4158d1c8c7ab5f952e114773f928a87b Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Sun, 15 Oct 2023 11:35:41 +0200 Subject: [PATCH] Add: gtop --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e565633..f5d6566 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1201** +* Apps/tools covered: **1202** * Number of categories: **70**. # Index @@ -52,7 +52,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Office tools](#office) (10), [Online search and resources](#online) (14), [Organizers and calendars](#organizers) (20) * [Package managers](#package-manager) (10), [Password managers](#password-manager) (16), [Productivity](#productivity) (9), [Programming](#programming) (45), [Prompts](#prompt) (4) * [Religion](#religion) (4) -* [Science](#science) (16), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (11), [Sound and music](#music) (36), [System monitoring](#monitor) (43), [System tools](#system) (22) +* [Science](#science) (16), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (24), [Shells](#shells) (11), [Sound and music](#music) (36), [System monitoring](#monitor) (44), [System tools](#system) (22) * [Terminals](#terminal) (13), [Text processing](#text-processing) (33), [Text search (alternatives to grep)](#text-search) (10), [Text search and replace (alternatives to sed?)](#text-search-replace) (4), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (26), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7) * [Utilities](#utility) (34) * [Versioning](#versioning) (6), [Viewers](#viewers) (36) @@ -1202,6 +1202,7 @@ Music players. * [Fastfetch](https://github.com/LinusDierheimer/fastfetch) - Like neofetch, but much faster because written in C. * [ghfetch](https://github.com/orangekame3/ghfetch) - ghfetch is a CLI tool to fetch GitHub user information and show like neofetch. * [glances](https://nicolargo.github.io/glances/) - A comprehensive and detailed system monitoring tool; monitored parameters include: CPU, memory, load, process list, network interfaces, disk I/O, sensors, filesystems, docker, system info, uptime. +* [gtop](https://github.com/aksakalli/gtop) - System monitoring dashboard for terminal written in Node.js. * [htop](http://hisham.hm/htop/) - An interactive process viewer for Unix; improves the UI of `top`, by adding real-time meters and colors. * [HyFetch](https://github.com/hykilpikonna/hyfetch) - A fork of the abandoned [Neofetch](https://github.com/dylanaraps/neofetch), HyFetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. * [hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool. diff --git a/data/apps.csv b/data/apps.csv index 1eb13c7..b0263b6 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1200,3 +1200,4 @@ monitor,ghfetch,,https://github.com/orangekame3/ghfetch,ghfetch is a CLI tool to religion,The Rock,,https://gitlab.com/NoahJelen/the-rock,"Command line King James bible viewer for Linux systems modeled after Debian's bible-kjv, but with extra features." terminal,wezterm,,https://github.com/wez/wezterm,A GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust with tons of features. monitor,bashtop,,https://github.com/aristocratos/bashtop,"Resource monitor that shows usage and stats for processor, memory, disks, network and processes." +monitor,gtop,,https://github.com/aksakalli/gtop,System monitoring dashboard for terminal written in Node.js.