https://github.com/stx3plus1/sxl
Minimal system information progam.
https://github.com/stx3plus1/sxl
Last synced: about 2 months ago
JSON representation
Minimal system information progam.
- Host: GitHub
- URL: https://github.com/stx3plus1/sxl
- Owner: stx3plus1
- Created: 2024-08-15T16:44:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-29T13:33:02.000Z (9 months ago)
- Last Synced: 2026-01-13T05:20:04.190Z (3 months ago)
- Language: C
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fetch - sxl - Minimal system information program. `C` (Operation System / Cross Platform)
README
# sxl
Minimal, yet elegant system information program.
Version 1.1 has 65 lines, hopefully handling errors well.
## Build
To build yourself, simply run `make` in the root of the repository.
If `make` is unavailable, you can run `cc -o sxl sxl.c`