Awesome
<div align="center">vfetch
<h3>
System fetch for MacOs written in <code>vlang</code>
</h3>
<img src="https://user-images.githubusercontent.com/19891059/180103104-db95ce20-4b2a-4a92-96d1-2f1e11a69b57.png" width="50%">
<img src="https://github.com/carlosqsilva/vfetch/assets/19891059/3f40e56c-b649-408f-975b-b3786af7fd9b" width="50%">
</div>
Usage
vfetch
flags:
-s --song | Print current playing music, works with Apple Music
-i --image | Display custom image, only works with kitty terminal
--no-colour | Turns off colour-formatted output and also implies --no-colour-demo
--no-colour-demo | Turns off the colour demo swatch
Installation
Homebrew
brew install carlosqsilva/brew/vfetch
Install from source
0) Install vlang, and add to your path
1) clone repo
git clone https://github.com/carlosqsilva/vfetch.git
2) change dir to vfetch
cd vfetch/
3) build program
v -prod .
After that you will get a ready-made binary file in the root directory of the project.