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
- Host: GitHub
- URL: https://github.com/blumatrikz/defetch
- Owner: bluMATRIKZ
- License: gpl-3.0
- Created: 2025-06-24T01:28:36.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T22:02:14.000Z (12 months ago)
- Last Synced: 2025-06-24T22:36:10.607Z (12 months ago)
- Language: C
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```