https://github.com/yrwq/yafetch
Yet another fetch ...
https://github.com/yrwq/yafetch
cli fetch hacktoberfest information linux lua neofetch screenfetch system-info system-information terminal
Last synced: 29 days ago
JSON representation
Yet another fetch ...
- Host: GitHub
- URL: https://github.com/yrwq/yafetch
- Owner: yrwq
- License: mit
- Created: 2020-11-13T04:03:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-21T04:48:42.000Z (2 months ago)
- Last Synced: 2026-01-21T16:59:15.819Z (2 months ago)
- Topics: cli, fetch, hacktoberfest, information, linux, lua, neofetch, screenfetch, system-info, system-information, terminal
- Language: Rust
- Homepage:
- Size: 841 KB
- Stars: 34
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-fetch - yafetch - Yet another fetch. `Rust` (Operation System / Cross Platform)
- awesome-ricing - yafetch - yet another shell. (C) (Packages / CLI Tools)
README
Yafetch is a minimal command line system information tool written in Rust and configured in Lua.
## installation
```bash
git clone https://github.com/yrwq/yafetch && cd yafetch
cargo build --release
sudo cp target/release/yafetch /usr/bin
mkdir -p ~/.config/yafetch
cp examples/sample.lua ~/.config/yafetch/init.lua
```
## usage
run `yafetch`
yafetch is extensible in lua, the default location for the configuration file is `~/.config/yafetch/init.lua`.
## configuration