Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.28 KB

README.md

File metadata and controls

56 lines (43 loc) · 1.28 KB

vfetch

System fetch for MacOs written in vlang

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.

Thanks for ideas & examples 💬