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

https://github.com/nuiipointerexception/lifetch

system fetching made fast
https://github.com/nuiipointerexception/lifetch

neofetch sysfetch sysinfo zig-package

Last synced: 24 days ago
JSON representation

system fetching made fast

Awesome Lists containing this project

README

          

# lifetch

the fastest way to fetch your system info!

```bash
~ zig build --release=fast && hyperfine --warmup 10 --runs 1000 'zig-out/bin/lifetch'
Benchmark 1: zig-out/bin/lifetch
Time (mean ± σ): 264.4 µs ± 144.3 µs [User: 253.7 µs, System: 492.1 µs]
Range (min … max): 0.0 µs … 906.6 µs 1000 runs
```

## tested on

- archlinux
- voidlinux

## config

generated inside your home directory at
`~/.config/lifetch/config.ini`

default config can also be found [here](config.ini)

## installing from package managers

AUR:
```bash
paru -S lifetch-git
```

## building from src

## prerequisites

- [zig master](https://ziglang.org/) or later

## building

```bash
zig build --release=fast
```

## running

```bash
zig build run --release=fast
```