/vfetch

A command-line system fetch tool for macOS written in vlang

Primary LanguageV

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

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 💬