Add: vtop

pull/29/head
Tullio Facchinetti 8 months ago
parent 489d5c0b41
commit 446fa916a2

@ -34,7 +34,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1202**
* Apps/tools covered: **1203**
* 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) (44), [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) (45), [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)
@ -1229,6 +1229,7 @@ Music players.
* [ttop](https://github.com/inv2004/ttop) - top-like system monitoring tool with TUI, historical data service and triggers.
* [TTV](https://github.com/caio-ishikawa/term-task-viewer) - terminal-task-viewer: a lightweight terminal tool to manage processes in Unix machines.
* [ttyload](http://www.daveltd.com/src/util/ttyload/) - ttyload is a lightweight utility which is intended to offer a color-coded graph of load averages over time on Linux and other Unix-like systems. It enables a graphical tracking of system load average in a terminal ("tty").
* [vtop](https://github.com/MrRio/vtop) - Alternative to top with several additional stats.
* [watch](http://www.linfo.org/watch.html) - Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides "diff" functionality to highlight the changing characters between outputs.
* [watcher](https://github.com/sethigeet/watcher) - Watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command.
* [whowatch](https://www.tecmint.com/whowatch-monitor-linux-users-and-processes-in-real-time/) - Monitor Linux Users and Processes in Real Time.

@ -1201,3 +1201,4 @@ religion,The Rock,,https://gitlab.com/NoahJelen/the-rock,"Command line King Jame
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.
monitor,vtop,,https://github.com/MrRio/vtop,Alternative to top with several additional stats.

1 category name homepage git description
1201 terminal wezterm https://github.com/wez/wezterm A GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust with tons of features.
1202 monitor bashtop https://github.com/aristocratos/bashtop Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
1203 monitor gtop https://github.com/aksakalli/gtop System monitoring dashboard for terminal written in Node.js.
1204 monitor vtop https://github.com/MrRio/vtop Alternative to top with several additional stats.
Loading…
Cancel
Save