mlzfetch is a minimalist fetch tool for Linux. Written with Python programming language.
I tested both fastfetch and mlzfetch in Fedora Linux with time utility and these are the results
| Tool | Real Time | User Time | Sys Time |
|---|---|---|---|
| fastfetch | 77ms | 55ms | 23ms |
| mlzfetch | 27ms | 18ms | 9ms |
So, mlzfetch is faster than fastfetch
(Distro icons only available for Fedora, Pop!_OS and Arch)
- First, clone the repository
git clone https://github.com/tafabey/mlzfetch- Then, enter the directory
cd mlzfetch- Finally, type the install command
sh install.sh- Now you can use the program by
mlzfetchcommand
mlzfetch is licensed under the BSD-3-Clause License