diff --git a/README.md b/README.md index 38af748..6e29c7f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1354** +* Apps/tools covered: **1355** * Number of categories: **76**. # Index @@ -24,7 +24,7 @@ Some links are available to [related resources](#resources). * [Markdown](#markdown) (11) * [Networking](#networking) (53), [Note taking](#note-taking) (22) * [Office tools](#office) (13), [Online search and resources](#online) (16), [Organizers and calendars](#organizers) (22) -* [Package managers](#package-manager) (14), [Password managers](#password-manager) (18), [Pastebin](#pastebin) (3), [Process viewers and monitoring (alternatives to top)](#monitor-top) (23), [Productivity](#productivity) (9), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (35), [Prompts](#prompt) (4) +* [Package managers](#package-manager) (14), [Password managers](#password-manager) (18), [Pastebin](#pastebin) (3), [Process viewers and monitoring (alternatives to top)](#monitor-top) (24), [Productivity](#productivity) (9), [Program templates and boilerplate](#programming-boilerplate) (11), [Programming](#programming) (35), [Prompts](#prompt) (4) * [RSS](#rss) (10), [Religion](#religion) (4) * [Science](#science) (19), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (30), [Shells](#shells) (14), [Sound and music](#music) (46), [System monitoring](#monitor) (27), [System tools](#system) (23) * [Terminals](#terminal) (14), [Text processing](#text-processing) (32), [Text search (alternatives to grep)](#text-search) (11), [Text search and replace (alternatives to sed)](#text-search-replace) (6), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (30), [Torrent](#torrent) (7), [Typing test and practice](#typing) (8) @@ -1099,6 +1099,7 @@ Programs to list and monitor currently running processes; alternatives to the `t * [atop](https://www.atoptool.nl/index.php) - Atop is TUI performance monitor for Linux; it reports the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, overloaded system resources, etc. * [bashtop](https://github.com/aristocratos/bashtop) - Resource monitor that shows usage and stats for processor, memory, disks, network and processes. * [below](https://github.com/facebookincubator/below) - A time traveling resource monitor for modern Linux systems +* [bottom](https://github.com/ClementTsang/bottom) - Yet another cross-platform graphical process/system monitor. * [bpytop](https://github.com/aristocratos/bpytop) - Linux/OSX/FreeBSD resource monitor with a nice interface. * [Btop++](https://github.com/aristocratos/btop) - Resource monitor that shows usage and stats for processor, memory, disks, network and processes. C++ version and continuation of [bashtop](https://github.com/aristocratos/bashtop) and [bpytop](https://github.com/aristocratos/bpytop). * [gputop](https://github.com/wookayin/gpustat) - A simple command-line utility for querying and monitoring GPU status. diff --git a/data/apps.csv b/data/apps.csv index b5c0709..995c13d 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1353,3 +1353,4 @@ funny,hollywood,,https://github.com/dustinkirkland/hollywood,Runs a script turni ai,aider,,https://github.com/paul-gauthier/aider,aider is AI pair programming in your terminal. networking,asn,,https://github.com/nitefood/asn,"Server for the following services: ASN, RPKI validity, BGP stats, IPv4v6, Prefix, URL, ASPath, Organization, IP reputation, IP geolocation, IP fingerprinting, Network recon, lookup API server, Web traceroute server." viewers,bbcli,,https://github.com/hako/bbcli,Browse BBC News like a hacker. +monitor-top,bottom,,https://github.com/ClementTsang/bottom,Yet another cross-platform graphical process/system monitor.