e56de0a70fb33cc6c37d4618c46a08baae71ecc4
Zigfetch
Description
Zigfetch is a minimal neofetch/fastfetch like system information tool
Requirements
Installation
# Clone the repo
$ git clone https://github.com/utox39/zigfetch.git
# cd to the path
$ cd path/to/zigfetch
# Build zigfetch
$ zig build -Doptimize=ReleaseSafe
# Then move it somewhere in your $PATH. Here is an example:
$ mv ./zig-out/zigfetch ~/bin
Usage
$ zigfetch
Roadtrip
- Add ASCII art for each operating system and Linux distro
- Add GPU info for Linux
- Add packages info for Linux
- Add user customization
Contributing
If you would like to contribute to this project just create a pull request which I will try to review as soon as possible.