Added HyFetch

pull/26/head
Tullio Facchinetti 9 months ago
parent f8adb7b524
commit cbb36fce5c

@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
* Apps/tools covered: **1058**
* Apps/tools covered: **1059**
* Number of categories: **65**.
# Index
@ -49,7 +49,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
* [Networking](#networking) (31), [Note taking](#note-taking) (20)
* [Office tools](#office) (9), [Online search and resources](#online) (13), [Organizers and calendars](#organizers) (20)
* [Package managers](#package-manager) (9), [Password managers](#password-manager) (14), [Productivity](#productivity) (9), [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) (32), [System monitoring](#monitor) (37), [System tools](#system) (19)
* [Science](#science) (16), [Screen savers](#screensaver) (4), [Security and encryption](#security) (22), [Shells](#shells) (10), [Sound and music](#music) (32), [System monitoring](#monitor) (38), [System tools](#system) (19)
* [Terminals](#terminal) (12), [Text processing](#text-processing) (35), [Text search (alternatives to grep)](#text-search) (11), [Time trackers](#time-tracker) (15), [Todo managers](#todo-manager) (24), [Torrent](#torrent) (7), [Typing test and practice](#typing) (7)
* [Utilities](#utility) (31)
* [Versioning](#versioning) (6), [Viewers](#viewers) (37)
@ -1049,12 +1049,13 @@ Music players.
* [Fastfetch](https://github.com/LinusDierheimer/fastfetch) - Like neofetch, but much faster because written in C.
* [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.
* [htop](http://hisham.hm/htop/) - An interactive process viewer for Unix; improves the UI of `top`, by adding real-time meters and colors.
* [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.
* [inxi](http://smxi.org/docs/inxi.htm) - A comprehensive system information script; provides information about CPU, graphics, audio and network devices, drives and partitions, sensors; implemented as a Bash script.
* [iotop](http://guichaz.free.fr/iotop/) - "A Python program with a top like UI used to show of behalf of which process is the I/O going on".
* [lfs](https://github.com/Canop/lfs) - A thing to get information on your mounted disks
* [multitail](https://www.vanheusden.com/multitail/) - A command to open multiple log files in a single terminal window and monitor them in real-time.
* [neofetch](https://github.com/dylanaraps/neofetch) - Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice.
* [neofetch](https://github.com/dylanaraps/neofetch) - Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. Currently abandoned.
* [ngrep](http://ngrep.sourceforge.net/) - (Network grep) applies the `grep` logic to the network layer, allowing to match regular expressions against data payloads of packets; it recognizes IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces.
* [noti](https://github.com/variadico/noti) - Monitor a process and trigger a notification.
* [nvitop](https://github.com/XuehaiPan/nvitop) - An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.

@ -193,7 +193,7 @@ utility,dasht,http://sunaku.github.io/dasht/man/man0/README.html,https://github.
online,arch-wiki,,https://github.com/deadhead420/arch-wiki,Search the Arch Wiki anywhere from the command line.
online,googler,,https://github.com/jarun/googler,"Google Search, Google Site Search, Google News from the terminal."
text-processing,lolcat,,https://github.com/busyloop/lolcat,Ruby Gem to colorize the output of the cat command.
monitor,neofetch,,https://github.com/dylanaraps/neofetch,"Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice."
monitor,neofetch,,https://github.com/dylanaraps/neofetch,"Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. Currently abandoned."
calc,pdd,,https://github.com/jarun/pdd,"Tiny date, time diff calculator."
prompt,powerline,,https://github.com/powerline/powerline,"Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile."
online,socli,,https://github.com/gautamkrishnar/socli,Stack overflow command line client written in Python. Search and browse stack overflow without leaving the terminal
@ -1057,3 +1057,4 @@ git,git absorb,,https://github.com/tummychow/git-absorb/,"git commit --fixup, bu
networking,Termshark,https://termshark.io/,https://github.com/gcla/termshark,"A terminal UI for tshark, inspired by Wireshark."
networking,sngrep,,https://github.com/irontec/sngrep,Ncurses SIP Messages flow viewer.
networking,mtr,,https://github.com/traviscross/mtr,mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
monitor,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."

1 category name homepage git description
193 online arch-wiki https://github.com/deadhead420/arch-wiki Search the Arch Wiki anywhere from the command line.
194 online googler https://github.com/jarun/googler Google Search, Google Site Search, Google News from the terminal.
195 text-processing lolcat https://github.com/busyloop/lolcat Ruby Gem to colorize the output of the cat command.
196 monitor neofetch https://github.com/dylanaraps/neofetch Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. Currently abandoned.
197 calc pdd https://github.com/jarun/pdd Tiny date, time diff calculator.
198 prompt powerline https://github.com/powerline/powerline Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
199 online socli https://github.com/gautamkrishnar/socli Stack overflow command line client written in Python. Search and browse stack overflow without leaving the terminal
1057 networking Termshark https://termshark.io/ https://github.com/gcla/termshark A terminal UI for tshark, inspired by Wireshark.
1058 networking sngrep https://github.com/irontec/sngrep Ncurses SIP Messages flow viewer.
1059 networking mtr https://github.com/traviscross/mtr mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
1060 monitor 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.
Loading…
Cancel
Save