From 402ab8355664aed5182ff8b9d6082b8c01facc63 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Fri, 12 Jan 2024 12:36:41 +0100 Subject: [PATCH] Add: GFetch --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55cb19b..2386bf9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1318** +* Apps/tools covered: **1319** * Number of categories: **76**. # Index @@ -26,7 +26,7 @@ Some links are available to [related resources](#resources). * [Office tools](#office) (12), [Online search and resources](#online) (15), [Organizers and calendars](#organizers) (21) * [Package managers](#package-manager) (13), [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) (34), [Prompts](#prompt) (4) * [RSS](#rss) (10), [Religion](#religion) (4) -* [Science](#science) (17), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (29), [Shells](#shells) (14), [Sound and music](#music) (45), [System monitoring](#monitor) (26), [System tools](#system) (23) +* [Science](#science) (17), [Screen recorder](#screen-recorder) (10), [Screen savers](#screensaver) (4), [Security and encryption](#security) (29), [Shells](#shells) (14), [Sound and music](#music) (45), [System monitoring](#monitor) (27), [System tools](#system) (23) * [Terminals](#terminal) (14), [Text processing](#text-processing) (31), [Text search (alternatives to grep)](#text-search) (11), [Text search and replace (alternatives to sed)](#text-search-replace) (5), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (30), [Torrent](#torrent) (7), [Typing test and practice](#typing) (8) * [Utilities](#utility) (32) * [Versioning](#versioning) (6), [Video](#video) (11), [Viewers](#viewers) (20) @@ -1360,6 +1360,7 @@ Applications to display the usage of system resources: network, memory, power, e * [dmidecode](https://www.nongnu.org/dmidecode/) - System information utility. * [dysk](https://dystroy.org/dysk) - A thing to get information on your mounted disks * [Fastfetch](https://github.com/LinusDierheimer/fastfetch) - Like neofetch, but much faster because written in C. +* [GFetch](https://github.com/tanaybhomia/GFetch) - A simple fetch script written in Python. * [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. * [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 3b4fc61..bb1f49c 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1317,3 +1317,4 @@ ai,ht,,https://github.com/catallo/ht,A shell command that answers your questions graphics,durdraw,,https://github.com/cmang/durdraw,"Versatile ASCII and ANSI Art text editor for drawing in the Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and CP437, and customizable themes." browser,carbonyl,,https://github.com/fathyb/carbonyl,Chromium running inside your terminal. package-manager,app,,https://github.com/hkdb/app,A cross-platform package management assistant with super powers. +monitor,GFetch,,https://github.com/tanaybhomia/GFetch,A simple fetch script written in Python.