Added procs

pull/26/head
Tullio Facchinetti 9 months ago
parent d289562d37
commit 4c603228db

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1037**
* Apps/tools covered: **1038**
* Number of categories: **65**.
# Index
@ -49,7 +49,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Networking](#networking) (28), [Note taking](#note-taking) (20)
* [Office tools](#office) (8), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (8), [Password managers](#password-manager) (14), [Productivity](#productivity) (8), [Programming](#programming) (39), [Prompts](#prompt) (4)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (31), [System monitoring](#monitor) (36), [System tools](#system) (18)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (31), [System monitoring](#monitor) (37), [System tools](#system) (18)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (34), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (23), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (30)
* [Versioning](#versioning) (6), [Viewers](#viewers) (37)
@ -1044,6 +1044,7 @@ Music players.
* [nvitop](https://github.com/XuehaiPan/nvitop) - An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.
* [PCtrl](https://github.com/MohamedSherifNoureldin/PCtrl) - Robust, featureful, easy-to-use and powerful process manager.
* [powertop](https://01.org/powertop) - A `top`-like utility to monitor the sources of power consumption, allows to turn on/off many components, quite useful to track possible power-related issues.
* [procs](https://github.com/dalance/procs) - A modern replacement for ps written in Rust.
* [ramfetch](https://github.com/WhoseTheNerd/ramfetch) - A fetch which displays memory info using /proc/meminfo.
* [rwatch](https://github.com/davidhfrankelcodes/rwatch) - A Rust re-implementation of the classic Unix watch command that allows you to run a command repeatedly and watch its output.
* [screenFetch](https://github.com/KittyKatt/screenFetch) - It can be used to generate one of those nifty terminal theme information + ASCII distribution logos. It auto-detects the distribution and display an ASCII version of that distribution's logo and some valuable information to the right.

@ -1036,3 +1036,4 @@ networking,ejabberd,https://www.ejabberd.im/,https://github.com/processone/ejabb
webdev,openring,,https://git.sr.ht/~sircmpwn/openring,"A tool for generating a webring from RSS feeds, so you can link to other blogs you like on your own blog."
productivity,TUI apps,,https://github.com/learnbyexample/TUI-apps,"A repository containing a couple of one-script programs, mainly dedicated to training/learning CLI tools such as grep, awk, etc."
viewers,Oyomu,,https://github.com/EruEri/oyomu,A command line comic reader and collection manager.
monitor,procs,,https://github.com/dalance/procs,A modern replacement for ps written in Rust.

1 category name homepage git description
1036 webdev openring https://git.sr.ht/~sircmpwn/openring A tool for generating a webring from RSS feeds, so you can link to other blogs you like on your own blog.
1037 productivity TUI apps https://github.com/learnbyexample/TUI-apps A repository containing a couple of one-script programs, mainly dedicated to training/learning CLI tools such as grep, awk, etc.
1038 viewers Oyomu https://github.com/EruEri/oyomu A command line comic reader and collection manager.
1039 monitor procs https://github.com/dalance/procs A modern replacement for ps written in Rust.
Loading…
Cancel
Save