Changed category: below

pull/29/head
Tullio Facchinetti 8 months ago
parent ab6c870e96
commit 09e638c7ed

@ -50,9 +50,9 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Markdown](#markdown) (11), [Multimedia](#multimedia) (14)
* [Networking](#networking) (38), [Note taking](#note-taking) (21)
* [Office tools](#office) (10), [Online search and resources](#online) (15), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (10), [Password managers](#password-manager) (16), [Process viewers and monitoring (alternatives to top)](#monitor-top) (17), [Productivity](#productivity) (10), [Programming](#programming) (45), [Prompts](#prompt) (4)
* [Package managers](#package-manager) (10), [Password managers](#password-manager) (16), [Process viewers and monitoring (alternatives to top)](#monitor-top) (18), [Productivity](#productivity) (10), [Programming](#programming) (45), [Prompts](#prompt) (4)
* [RSS](#rss) (8), [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) (29), [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) (28), [System tools](#system) (22)
* [Terminals](#terminal) (13), [Text processing](#text-processing) (31), [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) (29)
* [Versioning](#versioning) (6), [Viewers](#viewers) (20)
@ -1010,6 +1010,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
* [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).
* [gtop](https://github.com/aksakalli/gtop) - System monitoring dashboard for terminal written in Node.js.
@ -1250,7 +1251,6 @@ Music players.
## <a name="monitor"></a>System monitoring
* [Batfetch](https://github.com/ashish-kus/batfetch) - A command-line tool that displays detailed information about the battery of your device in a clean and organized way.
* [below](https://github.com/facebookincubator/below) - A time traveling resource monitor for modern Linux systems
* [Chokidar CLI](https://github.com/open-cli-tools/chokidar-cli) - Fast cross-platform command line utility to watch file system changes.
* [dmidecode](https://www.nongnu.org/dmidecode/) - System information utility.
* [dysk](https://dystroy.org/dysk) - A thing to get information on your mounted disks

@ -319,7 +319,7 @@ music,castero,,https://github.com/xgi/castero,A TUI podcast client for the termi
security,GnuPG,https://gnupg.org/,https://dev.gnupg.org/source/gnupg.git,GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP).
chat,tiny,,https://github.com/osa1/tiny,tiny is an IRC client written in Rust.
note-taking,Standard Unix Notes,,https://github.com/Standard-Unix-Notes/unix-notes,GPG Encrypted Notes/Notebook manager for BSD/Linux.
monitor,below,,https://github.com/facebookincubator/below,A time traveling resource monitor for modern Linux systems
monitor-top,below,,https://github.com/facebookincubator/below,A time traveling resource monitor for modern Linux systems
monitor,dysk,https://dystroy.org/dysk,https://github.com/Canop/dysk,A thing to get information on your mounted disks
webdev,ain,,https://github.com/jonaslu/ain,An HTTP API client for the terminal.
conversion,BaFi,https://mmalcek.github.io/bafi/,https://github.com/mmalcek/bafi,"Universal JSON, BSON, YAML, CSV, XML translator to ANY format using templates."

1 category name homepage git description
319 security GnuPG https://gnupg.org/ https://dev.gnupg.org/source/gnupg.git GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP).
320 chat tiny https://github.com/osa1/tiny tiny is an IRC client written in Rust.
321 note-taking Standard Unix Notes https://github.com/Standard-Unix-Notes/unix-notes GPG Encrypted Notes/Notebook manager for BSD/Linux.
322 monitor monitor-top below https://github.com/facebookincubator/below A time traveling resource monitor for modern Linux systems
323 monitor dysk https://dystroy.org/dysk https://github.com/Canop/dysk A thing to get information on your mounted disks
324 webdev ain https://github.com/jonaslu/ain An HTTP API client for the terminal.
325 conversion BaFi https://mmalcek.github.io/bafi/ https://github.com/mmalcek/bafi Universal JSON, BSON, YAML, CSV, XML translator to ANY format using templates.
Loading…
Cancel
Save