Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A command-line system fetch tool for macOS written in vlang
- Host: GitHub
- URL: https://github.com/carlosqsilva/vfetch
- Owner: carlosqsilva
- Created: 2022-07-20T23:56:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T18:18:04.000Z (4 months ago)
- Last Synced: 2024-07-06T19:28:09.844Z (4 months ago)
- Topics: command-line, macos, screenshot, unixporn, vlang
- Language: V
- Homepage:
- Size: 49.8 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fetch - vfetch - System fetch written in vlang. `V` (Operation System / MacOS Only)
README
# `vfetch`
System fetch for MacOs written invlang
# 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)