minimalist system fetch tool in V
- V 91.5%
- Shell 5%
- Nix 3.5%
| .github/workflows | ||
| benchmarks | ||
| src | ||
| .editorconfig | ||
| .envrc | ||
| .gitattributes | ||
| .gitignore | ||
| benchmark.sh | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| v.mod | ||
deprecation notice: i am not interested in maintaining this project any further, as of 462f511, this project is dedicated to public domain.
_ __ ____ __ __
____ ____| | / /___ / __/__ / /______/ /_
/ __ \/ __ \ | / / __ \/ /_/ _ \/ __/ ___/ __ \
/ / / / /_/ / |/ / /_/ / __/ __/ /_/ /__/ / / /
/_/ /_/\____/|___/\____/_/ \___/\__/\___/_/ /_/
A minimalist system fetch tool written in V.
novofetch displays essential system information.
Features
- OS and kernel info
- CPU and GPU models
- Memory usage
- Uptime
- User/host info
- Color palette preview
Installation
Prerequisites
- V language installed and available in your
$PATH(for nix users, there is a flake for easy development) - Unix-like OS (Linux, macOS) (i was too lazy to make windows support)
Features
NO_COLORspec compliant- Pretty fast
- Colorful
- Did I say it's fast?
- Looks good imo
Clone and Build (or contribute)
git clone https://github.com/yehorovye/novofetch
cd novofetch
v -prod .
This will produce a binary called novofetch in the current directory.
Usage
./novofetch [distro]



