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

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 ...

Awesome Lists containing this project

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