Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlosqsilva/vfetch

A command-line system fetch tool for macOS written in vlang
https://github.com/carlosqsilva/vfetch

command-line macos screenshot unixporn vlang

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# `vfetch`


System fetch for MacOs written in vlang


# Usage
```bash
vfetch
```
flags:

```bash
-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

```bash
brew install carlosqsilva/brew/vfetch
```

## Install from source

### 0) Install [vlang](https://vlang.io), and add to your `path`
### 1) clone repo
```bash
git clone https://github.com/carlosqsilva/vfetch.git
```
### 2) change dir to `vfetch`
```bash
cd vfetch/
```
### 3) build program
```bash
v -prod .
```
After that you will get a ready-made binary file in the root directory of the project.

# Thanks for ideas & examples 💬
- [pfetch](https://github.com/dylanaraps/pfetch/)
- [neofetch](https://github.com/dylanaraps/neofetch)
- [nitch](https://github.com/unxsh/nitch)