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

https://github.com/blumatrikz/defetch

neofetch clone that is super light, should compile for old cpus and distros, and is portable
https://github.com/blumatrikz/defetch

Last synced: 11 months ago
JSON representation

neofetch clone that is super light, should compile for old cpus and distros, and is portable

Awesome Lists containing this project

README

          

# defetch
## [UNMAINTAINED | BROKEN]
defetch (pronouced deh-fetch) is a neofetch clone that is super light, should compile for old cpus and distros, and is portable

```
OS: Ubuntu 24.04.2 LTS
Host: OptiPlex 790
Kernel: 6.11.0-26-generic
Uptime: 16 hours, 35 mins
Shell: bash version 5.2.21(1)-release (x86_64-pc-linux-gnu)
Packages: 2599 (dpkg), 19 (flatpak)
Resolution: 1440x900
DE: LXQt
Terminal: bash
CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz (4C) (4T)
GPU: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Memory: 5539 MiB / 7822 MiB (70%)
Disk: 101.81 GiB / 915.81 GiB (11%)
Swap: 71 MiB / 511 MiB (13%)
```

Compile & install:
```
make
```
if you have problems with make:
```
make old
```

Compile:
```
make compile
```
if you have problems with make compile:
```
make old-compile
```

Install:
```
make install
```

Uninstall:
```
make remove
```

Clean:
```
make clean
```
Run:
```
defetch
```
or if you did not install it:
```
./defetch
```